#D84574

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

Shades of Cranberry #D84574

Tints of Cranberry #D84574

Color information

#D84574 (or 0xD84574) is unknown color: approx Cranberry. HEX triplet: D8, 45 and 74. RGB value is (216,69,116). Sum of RGB (Red+Green+Blue) = 216+69+116=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D84574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84574 is #27BA8B. Grayscale: #767676. Windows color (decimal): -2603660 or 7620056. OLE color: 7620056.

HSL color Cylindrical-coordinate representation of color #D84574: hue angle of 340.82º 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 #D84574 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21669116-
CMYK00.680.460.15
HSL340.82º65.33%55.88%-
HSV(B)340.82º68.06%84.71%-
XYZ33.620.1218.63-
YUV118.31126.7197.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.87%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=53.87%
G=17.21%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166911600.680.460.15340.8265.3355.88
HexD845740442EF1554138
Octal3301051640104561752510170
Binary11011000100010111101000100010010111011111010101011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84574; }

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

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

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

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

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

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

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

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