Shades of Cranberry #D2406F
Tints of Cranberry #D2406F
RGB
CMYK
RGB Variations
Color information
#D2406F (or 0xD2406F) is known color: Cranberry. HEX triplet: D2, 40 and 6F. RGB value is (210,64,111). Sum of RGB (Red+Green+Blue) = 210+64+111=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2406F is #2DBF90. Grayscale: #707070. Windows color (decimal): -2998161 or 7291090. OLE color: 7291090.
HSL color Cylindrical-coordinate representation of color #D2406F: hue angle of 340.68º 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 #D2406F is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 111 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.18 |
| HSL | 340.68º | 0.62% | 0.54% | - |
| HSV(B) | 340.68º | 0.7% | 0.82% | - |
| XYZ | 31.28 | 18.52 | 16.96 | - |
| YUV | 113.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 111 | 0 | 0.70 | 0.47 | 0.18 | 340.68 | 0.62 | 0.54 |
| Hex | D2 | 40 | 6F | 0 | 46 | 2F | 12 | 155 | 3E | 36 |
| Octal | 322 | 100 | 157 | 0 | 106 | 57 | 22 | 525 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1101111 | 0 | 1000110 | 101111 | 10010 | 101010101 | 111110 | 110110 |
Color Harmonies of #D2406F
Complementary color
Monochromatic Colors of #D2406F
Black with #D2406F
Text Example
Text Example
White with #D2406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2406F; }
p { color: rgb(210,64,111); }
H1.HeaderClassName
{
color: #D2406F;
}
.AnyTagClassName
{
color: #D2406F;
}
</style>
background-color css
<style>
a { background-color: #D2406F; }
a { background-color: rgb(210,64,111); }
div.DivClassName
{
background-color: #D2406F;
}
.BgClassName
{
background-color: #D2406F;
}
</style>
border-color css
<style>
span { border-color: #D2406F; }
span { border-color: rgb(210,64,111); }
td.TdClassName
{
border-color: #D2406F;
}
.TagClassName
{
border-color: #D2406F;
}
</style>