Shades of Cranberry #D24378
Tints of Cranberry #D24378
RGB
CMYK
RGB Variations
Color information
#D24378 (or 0xD24378) is known color: Cranberry. HEX triplet: D2, 43 and 78. RGB value is (210,67,120). Sum of RGB (Red+Green+Blue) = 210+67+120=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24378 is #2DBC87. Grayscale: #737373. Windows color (decimal): -2997384 or 7881682. OLE color: 7881682.
HSL color Cylindrical-coordinate representation of color #D24378: hue angle of 337.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24378 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 120 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.18 |
| HSL | 337.76º | 0.61% | 0.54% | - |
| HSV(B) | 337.76º | 0.68% | 0.82% | - |
| XYZ | 31.98 | 19.07 | 19.77 | - |
| YUV | 115.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 120 | 0 | 0.68 | 0.43 | 0.18 | 337.76 | 0.61 | 0.54 |
| Hex | D2 | 43 | 78 | 0 | 44 | 2B | 12 | 152 | 3D | 36 |
| Octal | 322 | 103 | 170 | 0 | 104 | 53 | 22 | 522 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111000 | 0 | 1000100 | 101011 | 10010 | 101010010 | 111101 | 110110 |
Color Harmonies of #D24378
Complementary color
Monochromatic Colors of #D24378
Black with #D24378
Text Example
Text Example
White with #D24378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24378; }
p { color: rgb(210,67,120); }
H1.HeaderClassName
{
color: #D24378;
}
.AnyTagClassName
{
color: #D24378;
}
</style>
background-color css
<style>
a { background-color: #D24378; }
a { background-color: rgb(210,67,120); }
div.DivClassName
{
background-color: #D24378;
}
.BgClassName
{
background-color: #D24378;
}
</style>
border-color css
<style>
span { border-color: #D24378; }
span { border-color: rgb(210,67,120); }
td.TdClassName
{
border-color: #D24378;
}
.TagClassName
{
border-color: #D24378;
}
</style>