Shades of Deep Cerise #D9408B
Tints of Deep Cerise #D9408B
RGB
CMYK
RGB Variations
Color information
#D9408B (or 0xD9408B) is known color: Deep Cerise. HEX triplet: D9, 40 and 8B. RGB value is (217,64,139). Sum of RGB (Red+Green+Blue) = 217+64+139=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9408B is #26BF74. Grayscale: #767676. Windows color (decimal): -2539381 or 9126105. OLE color: 9126105.
HSL color Cylindrical-coordinate representation of color #D9408B: hue angle of 330.59º 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 #D9408B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 139 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.15 |
| HSL | 330.59º | 0.67% | 0.55% | - |
| HSV(B) | 330.59º | 0.71% | 0.85% | - |
| XYZ | 35.11 | 20.28 | 26.49 | - |
| YUV | 118.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 139 | 0 | 0.71 | 0.36 | 0.15 | 330.59 | 0.67 | 0.55 |
| Hex | D9 | 40 | 8B | 0 | 47 | 24 | F | 14B | 43 | 37 |
| Octal | 331 | 100 | 213 | 0 | 107 | 44 | 17 | 513 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10001011 | 0 | 1000111 | 100100 | 1111 | 101001011 | 1000011 | 110111 |
Color Harmonies of #D9408B
Complementary color
Monochromatic Colors of #D9408B
Black with #D9408B
Text Example
Text Example
White with #D9408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9408B; }
p { color: rgb(217,64,139); }
H1.HeaderClassName
{
color: #D9408B;
}
.AnyTagClassName
{
color: #D9408B;
}
</style>
background-color css
<style>
a { background-color: #D9408B; }
a { background-color: rgb(217,64,139); }
div.DivClassName
{
background-color: #D9408B;
}
.BgClassName
{
background-color: #D9408B;
}
</style>
border-color css
<style>
span { border-color: #D9408B; }
span { border-color: rgb(217,64,139); }
td.TdClassName
{
border-color: #D9408B;
}
.TagClassName
{
border-color: #D9408B;
}
</style>