Shades of Deep Cerise #D8418D
Tints of Deep Cerise #D8418D
RGB
CMYK
RGB Variations
Color information
#D8418D (or 0xD8418D) is known color: Deep Cerise. HEX triplet: D8, 41 and 8D. RGB value is (216,65,141). Sum of RGB (Red+Green+Blue) = 216+65+141=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8418D is #27BE72. Grayscale: #767676. Windows color (decimal): -2604659 or 9257432. OLE color: 9257432.
HSL color Cylindrical-coordinate representation of color #D8418D: hue angle of 329.8º 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 #D8418D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 141 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.15 |
| HSL | 329.8º | 0.66% | 0.55% | - |
| HSV(B) | 329.8º | 0.7% | 0.85% | - |
| XYZ | 35.02 | 20.3 | 27.27 | - |
| YUV | 118.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 141 | 0 | 0.70 | 0.35 | 0.15 | 329.8 | 0.66 | 0.55 |
| Hex | D8 | 41 | 8D | 0 | 46 | 23 | F | 14A | 42 | 37 |
| Octal | 330 | 101 | 215 | 0 | 106 | 43 | 17 | 512 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10001101 | 0 | 1000110 | 100011 | 1111 | 101001010 | 1000010 | 110111 |
Color Harmonies of #D8418D
Complementary color
Monochromatic Colors of #D8418D
Black with #D8418D
Text Example
Text Example
White with #D8418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8418D; }
p { color: rgb(216,65,141); }
H1.HeaderClassName
{
color: #D8418D;
}
.AnyTagClassName
{
color: #D8418D;
}
</style>
background-color css
<style>
a { background-color: #D8418D; }
a { background-color: rgb(216,65,141); }
div.DivClassName
{
background-color: #D8418D;
}
.BgClassName
{
background-color: #D8418D;
}
</style>
border-color css
<style>
span { border-color: #D8418D; }
span { border-color: rgb(216,65,141); }
td.TdClassName
{
border-color: #D8418D;
}
.TagClassName
{
border-color: #D8418D;
}
</style>