Shades of Deep Cerise #D9207F
Tints of Deep Cerise #D9207F
RGB
CMYK
RGB Variations
Color information
#D9207F (or 0xD9207F) is known color: Deep Cerise. HEX triplet: D9, 20 and 7F. RGB value is (217,32,127). Sum of RGB (Red+Green+Blue) = 217+32+127=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9207F is #26DF80. Grayscale: #616161. Windows color (decimal): -2547585 or 8331481. OLE color: 8331481.
HSL color Cylindrical-coordinate representation of color #D9207F: hue angle of 329.19º 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 #D9207F is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 127 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.15 |
| HSL | 329.19º | 0.74% | 0.49% | - |
| HSV(B) | 329.19º | 0.85% | 0.85% | - |
| XYZ | 32.96 | 17.32 | 21.68 | - |
| YUV | 98.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 127 | 0 | 0.85 | 0.41 | 0.15 | 329.19 | 0.74 | 0.49 |
| Hex | D9 | 20 | 7F | 0 | 55 | 29 | F | 149 | 4A | 31 |
| Octal | 331 | 40 | 177 | 0 | 125 | 51 | 17 | 511 | 112 | 61 |
| Binary | 11011001 | 100000 | 1111111 | 0 | 1010101 | 101001 | 1111 | 101001001 | 1001010 | 110001 |
Color Harmonies of #D9207F
Complementary color
Monochromatic Colors of #D9207F
Black with #D9207F
Text Example
Text Example
White with #D9207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9207F; }
p { color: rgb(217,32,127); }
H1.HeaderClassName
{
color: #D9207F;
}
.AnyTagClassName
{
color: #D9207F;
}
</style>
background-color css
<style>
a { background-color: #D9207F; }
a { background-color: rgb(217,32,127); }
div.DivClassName
{
background-color: #D9207F;
}
.BgClassName
{
background-color: #D9207F;
}
</style>
border-color css
<style>
span { border-color: #D9207F; }
span { border-color: rgb(217,32,127); }
td.TdClassName
{
border-color: #D9207F;
}
.TagClassName
{
border-color: #D9207F;
}
</style>