Shades of Deep Cerise #D9408A
Tints of Deep Cerise #D9408A
RGB
CMYK
RGB Variations
Color information
#D9408A (or 0xD9408A) is known color: Deep Cerise. HEX triplet: D9, 40 and 8A. RGB value is (217,64,138). Sum of RGB (Red+Green+Blue) = 217+64+138=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9408A is #26BF75. Grayscale: #767676. Windows color (decimal): -2539382 or 9060569. OLE color: 9060569.
HSL color Cylindrical-coordinate representation of color #D9408A: hue angle of 330.98º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9408A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 138 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.15 |
| HSL | 330.98º | 0.67% | 0.55% | - |
| HSV(B) | 330.98º | 0.71% | 0.85% | - |
| XYZ | 35.04 | 20.25 | 26.11 | - |
| YUV | 118.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 138 | 0 | 0.71 | 0.36 | 0.15 | 330.98 | 0.67 | 0.55 |
| Hex | D9 | 40 | 8A | 0 | 47 | 24 | F | 14B | 43 | 37 |
| Octal | 331 | 100 | 212 | 0 | 107 | 44 | 17 | 513 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10001010 | 0 | 1000111 | 100100 | 1111 | 101001011 | 1000011 | 110111 |
Color Harmonies of #D9408A
Complementary color
Monochromatic Colors of #D9408A
Black with #D9408A
Text Example
Text Example
White with #D9408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9408A; }
p { color: rgb(217,64,138); }
H1.HeaderClassName
{
color: #D9408A;
}
.AnyTagClassName
{
color: #D9408A;
}
</style>
background-color css
<style>
a { background-color: #D9408A; }
a { background-color: rgb(217,64,138); }
div.DivClassName
{
background-color: #D9408A;
}
.BgClassName
{
background-color: #D9408A;
}
</style>
border-color css
<style>
span { border-color: #D9408A; }
span { border-color: rgb(217,64,138); }
td.TdClassName
{
border-color: #D9408A;
}
.TagClassName
{
border-color: #D9408A;
}
</style>