Shades of Deep Cerise #D8407E
Tints of Deep Cerise #D8407E
RGB
CMYK
RGB Variations
Color information
#D8407E (or 0xD8407E) is known color: Deep Cerise. HEX triplet: D8, 40 and 7E. RGB value is (216,64,126). Sum of RGB (Red+Green+Blue) = 216+64+126=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8407E is #27BF81. Grayscale: #747474. Windows color (decimal): -2604930 or 8274136. OLE color: 8274136.
HSL color Cylindrical-coordinate representation of color #D8407E: hue angle of 335.53º 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 #D8407E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 126 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.15 |
| HSL | 335.53º | 0.66% | 0.55% | - |
| HSV(B) | 335.53º | 0.7% | 0.85% | - |
| XYZ | 33.92 | 19.77 | 21.77 | - |
| YUV | 116.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 126 | 0 | 0.70 | 0.42 | 0.15 | 335.53 | 0.66 | 0.55 |
| Hex | D8 | 40 | 7E | 0 | 46 | 2A | F | 150 | 42 | 37 |
| Octal | 330 | 100 | 176 | 0 | 106 | 52 | 17 | 520 | 102 | 67 |
| Binary | 11011000 | 1000000 | 1111110 | 0 | 1000110 | 101010 | 1111 | 101010000 | 1000010 | 110111 |
Color Harmonies of #D8407E
Complementary color
Monochromatic Colors of #D8407E
Black with #D8407E
Text Example
Text Example
White with #D8407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8407E; }
p { color: rgb(216,64,126); }
H1.HeaderClassName
{
color: #D8407E;
}
.AnyTagClassName
{
color: #D8407E;
}
</style>
background-color css
<style>
a { background-color: #D8407E; }
a { background-color: rgb(216,64,126); }
div.DivClassName
{
background-color: #D8407E;
}
.BgClassName
{
background-color: #D8407E;
}
</style>
border-color css
<style>
span { border-color: #D8407E; }
span { border-color: rgb(216,64,126); }
td.TdClassName
{
border-color: #D8407E;
}
.TagClassName
{
border-color: #D8407E;
}
</style>