#D24972

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

Shades of Cranberry #D24972

Tints of Cranberry #D24972

Color information

#D24972 (or 0xD24972) is unknown color: approx Cranberry. HEX triplet: D2, 49 and 72. RGB value is (210,73,114). Sum of RGB (Red+Green+Blue) = 210+73+114=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24972 is #2DB68D. Grayscale: #767676. Windows color (decimal): -2995854 or 7490002. OLE color: 7490002.

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

Color convert

RGB21073114-
CMYK00.650.460.18
HSL342.04º60.35%55.49%-
HSV(B)342.04º65.24%82.35%-
XYZ3219.6818.03-
YUV118.64125.39193.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.90%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=52.90%
G=18.39%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107311400.650.460.18342.0460.3555.49
HexD249720412E121563c37
Octal322111162010156225267467
Binary11010010100100111100100100000110111010010101010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24972; }

 p { color: rgb(210,73,114); }

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

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

 a { background-color: rgb(210,73,114); }

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

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

 span { border-color: rgb(210,73,114); }

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