Shades of Deep Cerise #D2398C
Tints of Deep Cerise #D2398C
RGB
CMYK
RGB Variations
Color information
#D2398C (or 0xD2398C) is known color: Deep Cerise. HEX triplet: D2, 39 and 8C. RGB value is (210,57,140). Sum of RGB (Red+Green+Blue) = 210+57+140=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2398C is #2DC673. Grayscale: #707070. Windows color (decimal): -2999924 or 9189842. OLE color: 9189842.
HSL color Cylindrical-coordinate representation of color #D2398C: hue angle of 327.45º 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 #D2398C is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 140 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.18 |
| HSL | 327.45º | 0.63% | 0.52% | - |
| HSV(B) | 327.45º | 0.73% | 0.82% | - |
| XYZ | 32.78 | 18.52 | 26.66 | - |
| YUV | 112.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 140 | 0 | 0.73 | 0.33 | 0.18 | 327.45 | 0.63 | 0.52 |
| Hex | D2 | 39 | 8C | 0 | 49 | 21 | 12 | 147 | 3F | 34 |
| Octal | 322 | 71 | 214 | 0 | 111 | 41 | 22 | 507 | 77 | 64 |
| Binary | 11010010 | 111001 | 10001100 | 0 | 1001001 | 100001 | 10010 | 101000111 | 111111 | 110100 |
Color Harmonies of #D2398C
Complementary color
Monochromatic Colors of #D2398C
Black with #D2398C
Text Example
Text Example
White with #D2398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2398C; }
p { color: rgb(210,57,140); }
H1.HeaderClassName
{
color: #D2398C;
}
.AnyTagClassName
{
color: #D2398C;
}
</style>
background-color css
<style>
a { background-color: #D2398C; }
a { background-color: rgb(210,57,140); }
div.DivClassName
{
background-color: #D2398C;
}
.BgClassName
{
background-color: #D2398C;
}
</style>
border-color css
<style>
span { border-color: #D2398C; }
span { border-color: rgb(210,57,140); }
td.TdClassName
{
border-color: #D2398C;
}
.TagClassName
{
border-color: #D2398C;
}
</style>