Shades of Deep Cerise #D2399F
Tints of Deep Cerise #D2399F
RGB
CMYK
RGB Variations
Color information
#D2399F (or 0xD2399F) is known color: Deep Cerise. HEX triplet: D2, 39 and 9F. RGB value is (210,57,159). Sum of RGB (Red+Green+Blue) = 210+57+159=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2399F is #2DC660. Grayscale: #727272. Windows color (decimal): -2999905 or 10435026. OLE color: 10435026.
HSL color Cylindrical-coordinate representation of color #D2399F: hue angle of 320º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2399F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 159 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.18 |
| HSL | 320º | 0.63% | 0.52% | - |
| HSV(B) | 320º | 0.73% | 0.82% | - |
| XYZ | 34.3 | 19.13 | 34.69 | - |
| YUV | 114.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 159 | 0 | 0.73 | 0.24 | 0.18 | 320 | 0.63 | 0.52 |
| Hex | D2 | 39 | 9F | 0 | 49 | 18 | 12 | 140 | 3F | 34 |
| Octal | 322 | 71 | 237 | 0 | 111 | 30 | 22 | 500 | 77 | 64 |
| Binary | 11010010 | 111001 | 10011111 | 0 | 1001001 | 11000 | 10010 | 101000000 | 111111 | 110100 |
Color Harmonies of #D2399F
Complementary color
Monochromatic Colors of #D2399F
Black with #D2399F
Text Example
Text Example
White with #D2399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2399F; }
p { color: rgb(210,57,159); }
H1.HeaderClassName
{
color: #D2399F;
}
.AnyTagClassName
{
color: #D2399F;
}
</style>
background-color css
<style>
a { background-color: #D2399F; }
a { background-color: rgb(210,57,159); }
div.DivClassName
{
background-color: #D2399F;
}
.BgClassName
{
background-color: #D2399F;
}
</style>
border-color css
<style>
span { border-color: #D2399F; }
span { border-color: rgb(210,57,159); }
td.TdClassName
{
border-color: #D2399F;
}
.TagClassName
{
border-color: #D2399F;
}
</style>