Shades of Deep Cerise #D9209A
Tints of Deep Cerise #D9209A
RGB
CMYK
RGB Variations
Color information
#D9209A (or 0xD9209A) is known color: Deep Cerise. HEX triplet: D9, 20 and 9A. RGB value is (217,32,154). Sum of RGB (Red+Green+Blue) = 217+32+154=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9209A is #26DF65. Grayscale: #646464. Windows color (decimal): -2547558 or 10100953. OLE color: 10100953.
HSL color Cylindrical-coordinate representation of color #D9209A: hue angle of 320.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9209A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 154 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.15 |
| HSL | 320.43º | 0.74% | 0.49% | - |
| HSV(B) | 320.43º | 0.85% | 0.85% | - |
| XYZ | 34.96 | 18.12 | 32.23 | - |
| YUV | 101.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 154 | 0 | 0.85 | 0.29 | 0.15 | 320.43 | 0.74 | 0.49 |
| Hex | D9 | 20 | 9A | 0 | 55 | 1D | F | 140 | 4A | 31 |
| Octal | 331 | 40 | 232 | 0 | 125 | 35 | 17 | 500 | 112 | 61 |
| Binary | 11011001 | 100000 | 10011010 | 0 | 1010101 | 11101 | 1111 | 101000000 | 1001010 | 110001 |
Color Harmonies of #D9209A
Complementary color
Monochromatic Colors of #D9209A
Black with #D9209A
Text Example
Text Example
White with #D9209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9209A; }
p { color: rgb(217,32,154); }
H1.HeaderClassName
{
color: #D9209A;
}
.AnyTagClassName
{
color: #D9209A;
}
</style>
background-color css
<style>
a { background-color: #D9209A; }
a { background-color: rgb(217,32,154); }
div.DivClassName
{
background-color: #D9209A;
}
.BgClassName
{
background-color: #D9209A;
}
</style>
border-color css
<style>
span { border-color: #D9209A; }
span { border-color: rgb(217,32,154); }
td.TdClassName
{
border-color: #D9209A;
}
.TagClassName
{
border-color: #D9209A;
}
</style>