Shades of Deep Cerise #D9239A
Tints of Deep Cerise #D9239A
RGB
CMYK
RGB Variations
Color information
#D9239A (or 0xD9239A) is known color: Deep Cerise. HEX triplet: D9, 23 and 9A. RGB value is (217,35,154). Sum of RGB (Red+Green+Blue) = 217+35+154=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9239A is #26DC65. Grayscale: #666666. Windows color (decimal): -2546790 or 10101721. OLE color: 10101721.
HSL color Cylindrical-coordinate representation of color #D9239A: hue angle of 320.77º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9239A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 154 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.15 |
| HSL | 320.77º | 0.72% | 0.49% | - |
| HSV(B) | 320.77º | 0.84% | 0.85% | - |
| XYZ | 35.05 | 18.29 | 32.25 | - |
| YUV | 102.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 154 | 0 | 0.84 | 0.29 | 0.15 | 320.77 | 0.72 | 0.49 |
| Hex | D9 | 23 | 9A | 0 | 54 | 1D | F | 141 | 48 | 31 |
| Octal | 331 | 43 | 232 | 0 | 124 | 35 | 17 | 501 | 110 | 61 |
| Binary | 11011001 | 100011 | 10011010 | 0 | 1010100 | 11101 | 1111 | 101000001 | 1001000 | 110001 |
Color Harmonies of #D9239A
Complementary color
Monochromatic Colors of #D9239A
Black with #D9239A
Text Example
Text Example
White with #D9239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9239A; }
p { color: rgb(217,35,154); }
H1.HeaderClassName
{
color: #D9239A;
}
.AnyTagClassName
{
color: #D9239A;
}
</style>
background-color css
<style>
a { background-color: #D9239A; }
a { background-color: rgb(217,35,154); }
div.DivClassName
{
background-color: #D9239A;
}
.BgClassName
{
background-color: #D9239A;
}
</style>
border-color css
<style>
span { border-color: #D9239A; }
span { border-color: rgb(217,35,154); }
td.TdClassName
{
border-color: #D9239A;
}
.TagClassName
{
border-color: #D9239A;
}
</style>