Shades of Deep Cerise #D2399D
Tints of Deep Cerise #D2399D
RGB
CMYK
RGB Variations
Color information
#D2399D (or 0xD2399D) is known color: Deep Cerise. HEX triplet: D2, 39 and 9D. RGB value is (210,57,157). Sum of RGB (Red+Green+Blue) = 210+57+157=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2399D is #2DC662. Grayscale: #717171. Windows color (decimal): -2999907 or 10303954. OLE color: 10303954.
HSL color Cylindrical-coordinate representation of color #D2399D: hue angle of 320.78º 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 #D2399D is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 157 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.18 |
| HSL | 320.78º | 0.63% | 0.52% | - |
| HSV(B) | 320.78º | 0.73% | 0.82% | - |
| XYZ | 34.13 | 19.06 | 33.78 | - |
| YUV | 114.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 157 | 0 | 0.73 | 0.25 | 0.18 | 320.78 | 0.63 | 0.52 |
| Hex | D2 | 39 | 9D | 0 | 49 | 19 | 12 | 141 | 3F | 34 |
| Octal | 322 | 71 | 235 | 0 | 111 | 31 | 22 | 501 | 77 | 64 |
| Binary | 11010010 | 111001 | 10011101 | 0 | 1001001 | 11001 | 10010 | 101000001 | 111111 | 110100 |
Color Harmonies of #D2399D
Complementary color
Monochromatic Colors of #D2399D
Black with #D2399D
Text Example
Text Example
White with #D2399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2399D; }
p { color: rgb(210,57,157); }
H1.HeaderClassName
{
color: #D2399D;
}
.AnyTagClassName
{
color: #D2399D;
}
</style>
background-color css
<style>
a { background-color: #D2399D; }
a { background-color: rgb(210,57,157); }
div.DivClassName
{
background-color: #D2399D;
}
.BgClassName
{
background-color: #D2399D;
}
</style>
border-color css
<style>
span { border-color: #D2399D; }
span { border-color: rgb(210,57,157); }
td.TdClassName
{
border-color: #D2399D;
}
.TagClassName
{
border-color: #D2399D;
}
</style>