Shades of Deep Cerise #D84084
Tints of Deep Cerise #D84084
RGB
CMYK
RGB Variations
Color information
#D84084 (or 0xD84084) is known color: Deep Cerise. HEX triplet: D8, 40 and 84. RGB value is (216,64,132). Sum of RGB (Red+Green+Blue) = 216+64+132=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D84084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84084 is #27BF7B. Grayscale: #757575. Windows color (decimal): -2604924 or 8667352. OLE color: 8667352.
HSL color Cylindrical-coordinate representation of color #D84084: hue angle of 333.16º 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 #D84084 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 132 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.15 |
| HSL | 333.16º | 0.66% | 0.55% | - |
| HSV(B) | 333.16º | 0.7% | 0.85% | - |
| XYZ | 34.32 | 19.93 | 23.87 | - |
| YUV | 117.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 132 | 0 | 0.70 | 0.39 | 0.15 | 333.16 | 0.66 | 0.55 |
| Hex | D8 | 40 | 84 | 0 | 46 | 27 | F | 14D | 42 | 37 |
| Octal | 330 | 100 | 204 | 0 | 106 | 47 | 17 | 515 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10000100 | 0 | 1000110 | 100111 | 1111 | 101001101 | 1000010 | 110111 |
Color Harmonies of #D84084
Complementary color
Monochromatic Colors of #D84084
Black with #D84084
Text Example
Text Example
White with #D84084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84084; }
p { color: rgb(216,64,132); }
H1.HeaderClassName
{
color: #D84084;
}
.AnyTagClassName
{
color: #D84084;
}
</style>
background-color css
<style>
a { background-color: #D84084; }
a { background-color: rgb(216,64,132); }
div.DivClassName
{
background-color: #D84084;
}
.BgClassName
{
background-color: #D84084;
}
</style>
border-color css
<style>
span { border-color: #D84084; }
span { border-color: rgb(216,64,132); }
td.TdClassName
{
border-color: #D84084;
}
.TagClassName
{
border-color: #D84084;
}
</style>