Shades of Deep Cerise #D2399C
Tints of Deep Cerise #D2399C
RGB
CMYK
RGB Variations
Color information
#D2399C (or 0xD2399C) is known color: Deep Cerise. HEX triplet: D2, 39 and 9C. RGB value is (210,57,156). Sum of RGB (Red+Green+Blue) = 210+57+156=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2399C is #2DC663. Grayscale: #717171. Windows color (decimal): -2999908 or 10238418. OLE color: 10238418.
HSL color Cylindrical-coordinate representation of color #D2399C: hue angle of 321.18º 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 #D2399C is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 156 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.18 |
| HSL | 321.18º | 0.63% | 0.52% | - |
| HSV(B) | 321.18º | 0.73% | 0.82% | - |
| XYZ | 34.04 | 19.03 | 33.33 | - |
| YUV | 114.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 156 | 0 | 0.73 | 0.26 | 0.18 | 321.18 | 0.63 | 0.52 |
| Hex | D2 | 39 | 9C | 0 | 49 | 1A | 12 | 141 | 3F | 34 |
| Octal | 322 | 71 | 234 | 0 | 111 | 32 | 22 | 501 | 77 | 64 |
| Binary | 11010010 | 111001 | 10011100 | 0 | 1001001 | 11010 | 10010 | 101000001 | 111111 | 110100 |
Color Harmonies of #D2399C
Complementary color
Monochromatic Colors of #D2399C
Black with #D2399C
Text Example
Text Example
White with #D2399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2399C; }
p { color: rgb(210,57,156); }
H1.HeaderClassName
{
color: #D2399C;
}
.AnyTagClassName
{
color: #D2399C;
}
</style>
background-color css
<style>
a { background-color: #D2399C; }
a { background-color: rgb(210,57,156); }
div.DivClassName
{
background-color: #D2399C;
}
.BgClassName
{
background-color: #D2399C;
}
</style>
border-color css
<style>
span { border-color: #D2399C; }
span { border-color: rgb(210,57,156); }
td.TdClassName
{
border-color: #D2399C;
}
.TagClassName
{
border-color: #D2399C;
}
</style>