Shades of Deep Cerise #D84095
Tints of Deep Cerise #D84095
RGB
CMYK
RGB Variations
Color information
#D84095 (or 0xD84095) is known color: Deep Cerise. HEX triplet: D8, 40 and 95. RGB value is (216,64,149). Sum of RGB (Red+Green+Blue) = 216+64+149=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D84095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84095 is #27BF6A. Grayscale: #767676. Windows color (decimal): -2604907 or 9781464. OLE color: 9781464.
HSL color Cylindrical-coordinate representation of color #D84095: hue angle of 326.45º 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 #D84095 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 149 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.15 |
| HSL | 326.45º | 0.66% | 0.55% | - |
| HSV(B) | 326.45º | 0.7% | 0.85% | - |
| XYZ | 35.58 | 20.44 | 30.5 | - |
| YUV | 119.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 149 | 0 | 0.70 | 0.31 | 0.15 | 326.45 | 0.66 | 0.55 |
| Hex | D8 | 40 | 95 | 0 | 46 | 1F | F | 146 | 42 | 37 |
| Octal | 330 | 100 | 225 | 0 | 106 | 37 | 17 | 506 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10010101 | 0 | 1000110 | 11111 | 1111 | 101000110 | 1000010 | 110111 |
Color Harmonies of #D84095
Complementary color
Monochromatic Colors of #D84095
Black with #D84095
Text Example
Text Example
White with #D84095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84095; }
p { color: rgb(216,64,149); }
H1.HeaderClassName
{
color: #D84095;
}
.AnyTagClassName
{
color: #D84095;
}
</style>
background-color css
<style>
a { background-color: #D84095; }
a { background-color: rgb(216,64,149); }
div.DivClassName
{
background-color: #D84095;
}
.BgClassName
{
background-color: #D84095;
}
</style>
border-color css
<style>
span { border-color: #D84095; }
span { border-color: rgb(216,64,149); }
td.TdClassName
{
border-color: #D84095;
}
.TagClassName
{
border-color: #D84095;
}
</style>