#d84572

Color #D84572 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D84572

Tints of Cranberry #D84572

Color information

#D84572 (or 0xD84572) is unknown color: approx Cranberry. HEX triplet: D8, 45 and 72. RGB value is (216,69,114). Sum of RGB (Red+Green+Blue) = 216+69+114=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D84572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84572 is #27BA8D. Grayscale: #767676. Windows color (decimal): -2603662 or 7488984. OLE color: 7488984.

HSL color Cylindrical-coordinate representation of color #D84572: hue angle of 341.63º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84572 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21669114-
CMYK00.680.470.15
HSL341.63º65.33%55.88%-
HSV(B)341.63º68.06%84.71%-
XYZ33.4820.0718.03-
YUV118.08125.7197.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 54.14%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=54.14%
G=17.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166911400.680.470.15341.6365.3355.88
HexD845720442FF1564138
Octal3301051620104571752610170
Binary11011000100010111100100100010010111111111010101101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84572; }

 p { color: rgb(216,69,114); }

 H1.HeaderClassName
 {
   color: #d84572;
 }
 .AnyTagClassName
 {
   color: #d84572;
 }
</style>
background-color css

<style>
 a { background-color: #d84572; }

 a { background-color: rgb(216,69,114); }

 div.DivClassName
 {
   background-color: #d84572;
 }
 .BgClassName
 {
   background-color: #d84572;
 }
</style>
border-color css

<style>
 span { border-color: #d84572; }

 span { border-color: rgb(216,69,114); }

 td.TdClassName
 {
   border-color: #d84572;
 }
 .TagClassName
 {
   border-color: #d84572;
 }
</style>