Shades of Deep Cerise #D8419C
Tints of Deep Cerise #D8419C
RGB
CMYK
RGB Variations
Color information
#D8419C (or 0xD8419C) is known color: Deep Cerise. HEX triplet: D8, 41 and 9C. RGB value is (216,65,156). Sum of RGB (Red+Green+Blue) = 216+65+156=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8419C is #27BE63. Grayscale: #787878. Windows color (decimal): -2604644 or 10240472. OLE color: 10240472.
HSL color Cylindrical-coordinate representation of color #D8419C: hue angle of 323.84º 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 #D8419C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 156 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.15 |
| HSL | 323.84º | 0.66% | 0.55% | - |
| HSV(B) | 323.84º | 0.7% | 0.85% | - |
| XYZ | 36.21 | 20.78 | 33.55 | - |
| YUV | 120.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 156 | 0 | 0.70 | 0.28 | 0.15 | 323.84 | 0.66 | 0.55 |
| Hex | D8 | 41 | 9C | 0 | 46 | 1C | F | 144 | 42 | 37 |
| Octal | 330 | 101 | 234 | 0 | 106 | 34 | 17 | 504 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10011100 | 0 | 1000110 | 11100 | 1111 | 101000100 | 1000010 | 110111 |
Color Harmonies of #D8419C
Complementary color
Monochromatic Colors of #D8419C
Black with #D8419C
Text Example
Text Example
White with #D8419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8419C; }
p { color: rgb(216,65,156); }
H1.HeaderClassName
{
color: #D8419C;
}
.AnyTagClassName
{
color: #D8419C;
}
</style>
background-color css
<style>
a { background-color: #D8419C; }
a { background-color: rgb(216,65,156); }
div.DivClassName
{
background-color: #D8419C;
}
.BgClassName
{
background-color: #D8419C;
}
</style>
border-color css
<style>
span { border-color: #D8419C; }
span { border-color: rgb(216,65,156); }
td.TdClassName
{
border-color: #D8419C;
}
.TagClassName
{
border-color: #D8419C;
}
</style>