Shades of Cranberry #D2407B
Tints of Cranberry #D2407B
RGB
CMYK
RGB Variations
Color information
#D2407B (or 0xD2407B) is known color: Cranberry. HEX triplet: D2, 40 and 7B. RGB value is (210,64,123). Sum of RGB (Red+Green+Blue) = 210+64+123=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2407B is #2DBF84. Grayscale: #727272. Windows color (decimal): -2998149 or 8077522. OLE color: 8077522.
HSL color Cylindrical-coordinate representation of color #D2407B: hue angle of 335.75º 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 #D2407B is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 123 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.18 |
| HSL | 335.75º | 0.62% | 0.54% | - |
| HSV(B) | 335.75º | 0.7% | 0.82% | - |
| XYZ | 31.99 | 18.8 | 20.68 | - |
| YUV | 114.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 123 | 0 | 0.70 | 0.41 | 0.18 | 335.75 | 0.62 | 0.54 |
| Hex | D2 | 40 | 7B | 0 | 46 | 29 | 12 | 150 | 3E | 36 |
| Octal | 322 | 100 | 173 | 0 | 106 | 51 | 22 | 520 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1111011 | 0 | 1000110 | 101001 | 10010 | 101010000 | 111110 | 110110 |
Color Harmonies of #D2407B
Complementary color
Monochromatic Colors of #D2407B
Black with #D2407B
Text Example
Text Example
White with #D2407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2407B; }
p { color: rgb(210,64,123); }
H1.HeaderClassName
{
color: #D2407B;
}
.AnyTagClassName
{
color: #D2407B;
}
</style>
background-color css
<style>
a { background-color: #D2407B; }
a { background-color: rgb(210,64,123); }
div.DivClassName
{
background-color: #D2407B;
}
.BgClassName
{
background-color: #D2407B;
}
</style>
border-color css
<style>
span { border-color: #D2407B; }
span { border-color: rgb(210,64,123); }
td.TdClassName
{
border-color: #D2407B;
}
.TagClassName
{
border-color: #D2407B;
}
</style>