Shades of Deep Cerise #D9219F
Tints of Deep Cerise #D9219F
RGB
CMYK
RGB Variations
Color information
#D9219F (or 0xD9219F) is known color: Deep Cerise. HEX triplet: D9, 21 and 9F. RGB value is (217,33,159). Sum of RGB (Red+Green+Blue) = 217+33+159=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9219F is #26DE60. Grayscale: #666666. Windows color (decimal): -2547297 or 10428889. OLE color: 10428889.
HSL color Cylindrical-coordinate representation of color #D9219F: hue angle of 318.91º 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 #D9219F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 159 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.15 |
| HSL | 318.91º | 0.74% | 0.49% | - |
| HSV(B) | 318.91º | 0.85% | 0.85% | - |
| XYZ | 35.42 | 18.34 | 34.47 | - |
| YUV | 102.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 159 | 0 | 0.85 | 0.27 | 0.15 | 318.91 | 0.74 | 0.49 |
| Hex | D9 | 21 | 9F | 0 | 55 | 1B | F | 13F | 4A | 31 |
| Octal | 331 | 41 | 237 | 0 | 125 | 33 | 17 | 477 | 112 | 61 |
| Binary | 11011001 | 100001 | 10011111 | 0 | 1010101 | 11011 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #D9219F
Complementary color
Monochromatic Colors of #D9219F
Black with #D9219F
Text Example
Text Example
White with #D9219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9219F; }
p { color: rgb(217,33,159); }
H1.HeaderClassName
{
color: #D9219F;
}
.AnyTagClassName
{
color: #D9219F;
}
</style>
background-color css
<style>
a { background-color: #D9219F; }
a { background-color: rgb(217,33,159); }
div.DivClassName
{
background-color: #D9219F;
}
.BgClassName
{
background-color: #D9219F;
}
</style>
border-color css
<style>
span { border-color: #D9219F; }
span { border-color: rgb(217,33,159); }
td.TdClassName
{
border-color: #D9219F;
}
.TagClassName
{
border-color: #D9219F;
}
</style>