#D24479

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

Shades of Cranberry #D24479

Tints of Cranberry #D24479

Color information

#D24479 (or 0xD24479) is unknown color: approx Cranberry. HEX triplet: D2, 44 and 79. RGB value is (210,68,121). Sum of RGB (Red+Green+Blue) = 210+68+121=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D24479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24479 is #2DBB86. Grayscale: #747474. Windows color (decimal): -2997127 or 7947474. OLE color: 7947474.

HSL color Cylindrical-coordinate representation of color #D24479: hue angle of 337.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24479 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB21068121-
CMYK00.680.420.18
HSL337.61º61.21%54.51%-
HSV(B)337.61º67.62%82.35%-
XYZ32.119.2220.11-
YUV116.5130.54194.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.63%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=52.63%
G=17.04%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106812100.680.420.18337.6161.2154.51
HexD244790442A121523d37
Octal322104171010452225227567
Binary11010010100010011110010100010010101010010101010010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24479; }

 p { color: rgb(210,68,121); }

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

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

 a { background-color: rgb(210,68,121); }

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

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

 span { border-color: rgb(210,68,121); }

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