Shades of Deep Cerise #D8418A
Tints of Deep Cerise #D8418A
RGB
CMYK
RGB Variations
Color information
#D8418A (or 0xD8418A) is known color: Deep Cerise. HEX triplet: D8, 41 and 8A. RGB value is (216,65,138). Sum of RGB (Red+Green+Blue) = 216+65+138=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8418A is #27BE75. Grayscale: #767676. Windows color (decimal): -2604662 or 9060824. OLE color: 9060824.
HSL color Cylindrical-coordinate representation of color #D8418A: hue angle of 330.99º 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 #D8418A is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 138 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.15 |
| HSL | 330.99º | 0.66% | 0.55% | - |
| HSV(B) | 330.99º | 0.7% | 0.85% | - |
| XYZ | 34.8 | 20.21 | 26.11 | - |
| YUV | 118.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 138 | 0 | 0.70 | 0.36 | 0.15 | 330.99 | 0.66 | 0.55 |
| Hex | D8 | 41 | 8A | 0 | 46 | 24 | F | 14B | 42 | 37 |
| Octal | 330 | 101 | 212 | 0 | 106 | 44 | 17 | 513 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10001010 | 0 | 1000110 | 100100 | 1111 | 101001011 | 1000010 | 110111 |
Color Harmonies of #D8418A
Complementary color
Monochromatic Colors of #D8418A
Black with #D8418A
Text Example
Text Example
White with #D8418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8418A; }
p { color: rgb(216,65,138); }
H1.HeaderClassName
{
color: #D8418A;
}
.AnyTagClassName
{
color: #D8418A;
}
</style>
background-color css
<style>
a { background-color: #D8418A; }
a { background-color: rgb(216,65,138); }
div.DivClassName
{
background-color: #D8418A;
}
.BgClassName
{
background-color: #D8418A;
}
</style>
border-color css
<style>
span { border-color: #D8418A; }
span { border-color: rgb(216,65,138); }
td.TdClassName
{
border-color: #D8418A;
}
.TagClassName
{
border-color: #D8418A;
}
</style>