Shades of Deep Cerise #D8409B
Tints of Deep Cerise #D8409B
RGB
CMYK
RGB Variations
Color information
#D8409B (or 0xD8409B) is known color: Deep Cerise. HEX triplet: D8, 40 and 9B. RGB value is (216,64,155). Sum of RGB (Red+Green+Blue) = 216+64+155=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8409B is #27BF64. Grayscale: #777777. Windows color (decimal): -2604901 or 10174680. OLE color: 10174680.
HSL color Cylindrical-coordinate representation of color #D8409B: hue angle of 324.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8409B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 155 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.15 |
| HSL | 324.08º | 0.66% | 0.55% | - |
| HSV(B) | 324.08º | 0.7% | 0.85% | - |
| XYZ | 36.07 | 20.63 | 33.09 | - |
| YUV | 119.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 155 | 0 | 0.70 | 0.28 | 0.15 | 324.08 | 0.66 | 0.55 |
| Hex | D8 | 40 | 9B | 0 | 46 | 1C | F | 144 | 42 | 37 |
| Octal | 330 | 100 | 233 | 0 | 106 | 34 | 17 | 504 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10011011 | 0 | 1000110 | 11100 | 1111 | 101000100 | 1000010 | 110111 |
Color Harmonies of #D8409B
Complementary color
Monochromatic Colors of #D8409B
Black with #D8409B
Text Example
Text Example
White with #D8409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8409B; }
p { color: rgb(216,64,155); }
H1.HeaderClassName
{
color: #D8409B;
}
.AnyTagClassName
{
color: #D8409B;
}
</style>
background-color css
<style>
a { background-color: #D8409B; }
a { background-color: rgb(216,64,155); }
div.DivClassName
{
background-color: #D8409B;
}
.BgClassName
{
background-color: #D8409B;
}
</style>
border-color css
<style>
span { border-color: #D8409B; }
span { border-color: rgb(216,64,155); }
td.TdClassName
{
border-color: #D8409B;
}
.TagClassName
{
border-color: #D8409B;
}
</style>