Shades of Deep Cerise #D2408B
Tints of Deep Cerise #D2408B
RGB
CMYK
RGB Variations
Color information
#D2408B (or 0xD2408B) is known color: Deep Cerise. HEX triplet: D2, 40 and 8B. RGB value is (210,64,139). Sum of RGB (Red+Green+Blue) = 210+64+139=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2408B is #2DBF74. Grayscale: #747474. Windows color (decimal): -2998133 or 9126098. OLE color: 9126098.
HSL color Cylindrical-coordinate representation of color #D2408B: hue angle of 329.18º 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 #D2408B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 139 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.18 |
| HSL | 329.18º | 0.62% | 0.54% | - |
| HSV(B) | 329.18º | 0.7% | 0.82% | - |
| XYZ | 33.07 | 19.23 | 26.4 | - |
| YUV | 116.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 139 | 0 | 0.70 | 0.34 | 0.18 | 329.18 | 0.62 | 0.54 |
| Hex | D2 | 40 | 8B | 0 | 46 | 22 | 12 | 149 | 3E | 36 |
| Octal | 322 | 100 | 213 | 0 | 106 | 42 | 22 | 511 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10001011 | 0 | 1000110 | 100010 | 10010 | 101001001 | 111110 | 110110 |
Color Harmonies of #D2408B
Complementary color
Monochromatic Colors of #D2408B
Black with #D2408B
Text Example
Text Example
White with #D2408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2408B; }
p { color: rgb(210,64,139); }
H1.HeaderClassName
{
color: #D2408B;
}
.AnyTagClassName
{
color: #D2408B;
}
</style>
background-color css
<style>
a { background-color: #D2408B; }
a { background-color: rgb(210,64,139); }
div.DivClassName
{
background-color: #D2408B;
}
.BgClassName
{
background-color: #D2408B;
}
</style>
border-color css
<style>
span { border-color: #D2408B; }
span { border-color: rgb(210,64,139); }
td.TdClassName
{
border-color: #D2408B;
}
.TagClassName
{
border-color: #D2408B;
}
</style>