Shades of Deep Cerise #D9208A
Tints of Deep Cerise #D9208A
RGB
CMYK
RGB Variations
Color information
#D9208A (or 0xD9208A) is known color: Deep Cerise. HEX triplet: D9, 20 and 8A. RGB value is (217,32,138). Sum of RGB (Red+Green+Blue) = 217+32+138=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9208A is #26DF75. Grayscale: #636363. Windows color (decimal): -2547574 or 9052377. OLE color: 9052377.
HSL color Cylindrical-coordinate representation of color #D9208A: hue angle of 325.62º 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 #D9208A is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 138 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.15 |
| HSL | 325.62º | 0.74% | 0.49% | - |
| HSV(B) | 325.62º | 0.85% | 0.85% | - |
| XYZ | 33.72 | 17.62 | 25.67 | - |
| YUV | 99.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 138 | 0 | 0.85 | 0.36 | 0.15 | 325.62 | 0.74 | 0.49 |
| Hex | D9 | 20 | 8A | 0 | 55 | 24 | F | 146 | 4A | 31 |
| Octal | 331 | 40 | 212 | 0 | 125 | 44 | 17 | 506 | 112 | 61 |
| Binary | 11011001 | 100000 | 10001010 | 0 | 1010101 | 100100 | 1111 | 101000110 | 1001010 | 110001 |
Color Harmonies of #D9208A
Complementary color
Monochromatic Colors of #D9208A
Black with #D9208A
Text Example
Text Example
White with #D9208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9208A; }
p { color: rgb(217,32,138); }
H1.HeaderClassName
{
color: #D9208A;
}
.AnyTagClassName
{
color: #D9208A;
}
</style>
background-color css
<style>
a { background-color: #D9208A; }
a { background-color: rgb(217,32,138); }
div.DivClassName
{
background-color: #D9208A;
}
.BgClassName
{
background-color: #D9208A;
}
</style>
border-color css
<style>
span { border-color: #D9208A; }
span { border-color: rgb(217,32,138); }
td.TdClassName
{
border-color: #D9208A;
}
.TagClassName
{
border-color: #D9208A;
}
</style>