Shades of Deep Cerise #D84395
Tints of Deep Cerise #D84395
RGB
CMYK
RGB Variations
Color information
#D84395 (or 0xD84395) is known color: Deep Cerise. HEX triplet: D8, 43 and 95. RGB value is (216,67,149). Sum of RGB (Red+Green+Blue) = 216+67+149=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D84395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84395 is #27BC6A. Grayscale: #787878. Windows color (decimal): -2604139 or 9782232. OLE color: 9782232.
HSL color Cylindrical-coordinate representation of color #D84395: hue angle of 326.98º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84395 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 149 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.15 |
| HSL | 326.98º | 0.66% | 0.55% | - |
| HSV(B) | 326.98º | 0.69% | 0.85% | - |
| XYZ | 35.75 | 20.78 | 30.56 | - |
| YUV | 120.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 149 | 0 | 0.69 | 0.31 | 0.15 | 326.98 | 0.66 | 0.55 |
| Hex | D8 | 43 | 95 | 0 | 45 | 1F | F | 147 | 42 | 37 |
| Octal | 330 | 103 | 225 | 0 | 105 | 37 | 17 | 507 | 102 | 67 |
| Binary | 11011000 | 1000011 | 10010101 | 0 | 1000101 | 11111 | 1111 | 101000111 | 1000010 | 110111 |
Color Harmonies of #D84395
Complementary color
Monochromatic Colors of #D84395
Black with #D84395
Text Example
Text Example
White with #D84395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84395; }
p { color: rgb(216,67,149); }
H1.HeaderClassName
{
color: #D84395;
}
.AnyTagClassName
{
color: #D84395;
}
</style>
background-color css
<style>
a { background-color: #D84395; }
a { background-color: rgb(216,67,149); }
div.DivClassName
{
background-color: #D84395;
}
.BgClassName
{
background-color: #D84395;
}
</style>
border-color css
<style>
span { border-color: #D84395; }
span { border-color: rgb(216,67,149); }
td.TdClassName
{
border-color: #D84395;
}
.TagClassName
{
border-color: #D84395;
}
</style>