#D24472

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

Shades of Cranberry #D24472

Tints of Cranberry #D24472

Color information

#D24472 (or 0xD24472) is unknown color: approx Cranberry. HEX triplet: D2, 44 and 72. RGB value is (210,68,114). Sum of RGB (Red+Green+Blue) = 210+68+114=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D24472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24472 is #2DBB8D. Grayscale: #737373. Windows color (decimal): -2997134 or 7488722. OLE color: 7488722.

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

Color convert

RGB21068114-
CMYK00.680.460.18
HSL340.56º61.21%54.51%-
HSV(B)340.56º67.62%82.35%-
XYZ31.6819.0517.93-
YUV115.7127.04195.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.57%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=53.57%
G=17.35%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106811400.680.460.18340.5661.2154.51
HexD244720442E121553d37
Octal322104162010456225257567
Binary11010010100010011100100100010010111010010101010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24472; }

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

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

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

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

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

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

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

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