Shades of Cranberry #D2407C
Tints of Cranberry #D2407C
RGB
CMYK
RGB Variations
Color information
#D2407C (or 0xD2407C) is known color: Cranberry. HEX triplet: D2, 40 and 7C. RGB value is (210,64,124). Sum of RGB (Red+Green+Blue) = 210+64+124=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2407C is #2DBF83. Grayscale: #727272. Windows color (decimal): -2998148 or 8143058. OLE color: 8143058.
HSL color Cylindrical-coordinate representation of color #D2407C: hue angle of 335.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2407C is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 124 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.18 |
| HSL | 335.34º | 0.62% | 0.54% | - |
| HSV(B) | 335.34º | 0.7% | 0.82% | - |
| XYZ | 32.05 | 18.82 | 21.01 | - |
| YUV | 114.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 124 | 0 | 0.70 | 0.41 | 0.18 | 335.34 | 0.62 | 0.54 |
| Hex | D2 | 40 | 7C | 0 | 46 | 29 | 12 | 14F | 3E | 36 |
| Octal | 322 | 100 | 174 | 0 | 106 | 51 | 22 | 517 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1111100 | 0 | 1000110 | 101001 | 10010 | 101001111 | 111110 | 110110 |
Color Harmonies of #D2407C
Complementary color
Monochromatic Colors of #D2407C
Black with #D2407C
Text Example
Text Example
White with #D2407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2407C; }
p { color: rgb(210,64,124); }
H1.HeaderClassName
{
color: #D2407C;
}
.AnyTagClassName
{
color: #D2407C;
}
</style>
background-color css
<style>
a { background-color: #D2407C; }
a { background-color: rgb(210,64,124); }
div.DivClassName
{
background-color: #D2407C;
}
.BgClassName
{
background-color: #D2407C;
}
</style>
border-color css
<style>
span { border-color: #D2407C; }
span { border-color: rgb(210,64,124); }
td.TdClassName
{
border-color: #D2407C;
}
.TagClassName
{
border-color: #D2407C;
}
</style>