#D24177

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

Shades of Cranberry #D24177

Tints of Cranberry #D24177

Color information

#D24177 (or 0xD24177) is unknown color: approx Cranberry. HEX triplet: D2, 41 and 77. RGB value is (210,65,119). Sum of RGB (Red+Green+Blue) = 210+65+119=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24177 is #2DBE88. Grayscale: #727272. Windows color (decimal): -2997897 or 7815634. OLE color: 7815634.

HSL color Cylindrical-coordinate representation of color #D24177: hue angle of 337.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24177 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB21065119-
CMYK00.690.430.18
HSL337.66º61.7%53.92%-
HSV(B)337.66º69.05%82.35%-
XYZ31.818.8119.41-
YUV114.51130.54196.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.30%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=53.30%
G=16.50%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106511900.690.430.18337.6661.753.92
HexD241770452B121523e36
Octal322101167010553225227666
Binary11010010100000111101110100010110101110010101010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24177; }

 p { color: rgb(210,65,119); }

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

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

 a { background-color: rgb(210,65,119); }

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

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

 span { border-color: rgb(210,65,119); }

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