Shades of Deep Cerise #D9208D
Tints of Deep Cerise #D9208D
RGB
CMYK
RGB Variations
Color information
#D9208D (or 0xD9208D) is known color: Deep Cerise. HEX triplet: D9, 20 and 8D. RGB value is (217,32,141). Sum of RGB (Red+Green+Blue) = 217+32+141=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9208D is #26DF72. Grayscale: #636363. Windows color (decimal): -2547571 or 9248985. OLE color: 9248985.
HSL color Cylindrical-coordinate representation of color #D9208D: hue angle of 324.65º 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 #D9208D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 141 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.15 |
| HSL | 324.65º | 0.74% | 0.49% | - |
| HSV(B) | 324.65º | 0.85% | 0.85% | - |
| XYZ | 33.94 | 17.71 | 26.83 | - |
| YUV | 99.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 141 | 0 | 0.85 | 0.35 | 0.15 | 324.65 | 0.74 | 0.49 |
| Hex | D9 | 20 | 8D | 0 | 55 | 23 | F | 145 | 4A | 31 |
| Octal | 331 | 40 | 215 | 0 | 125 | 43 | 17 | 505 | 112 | 61 |
| Binary | 11011001 | 100000 | 10001101 | 0 | 1010101 | 100011 | 1111 | 101000101 | 1001010 | 110001 |
Color Harmonies of #D9208D
Complementary color
Monochromatic Colors of #D9208D
Black with #D9208D
Text Example
Text Example
White with #D9208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9208D; }
p { color: rgb(217,32,141); }
H1.HeaderClassName
{
color: #D9208D;
}
.AnyTagClassName
{
color: #D9208D;
}
</style>
background-color css
<style>
a { background-color: #D9208D; }
a { background-color: rgb(217,32,141); }
div.DivClassName
{
background-color: #D9208D;
}
.BgClassName
{
background-color: #D9208D;
}
</style>
border-color css
<style>
span { border-color: #D9208D; }
span { border-color: rgb(217,32,141); }
td.TdClassName
{
border-color: #D9208D;
}
.TagClassName
{
border-color: #D9208D;
}
</style>