Shades of Deep Cerise #D84384
Tints of Deep Cerise #D84384
RGB
CMYK
RGB Variations
Color information
#D84384 (or 0xD84384) is known color: Deep Cerise. HEX triplet: D8, 43 and 84. RGB value is (216,67,132). Sum of RGB (Red+Green+Blue) = 216+67+132=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D84384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84384 is #27BC7B. Grayscale: #767676. Windows color (decimal): -2604156 or 8668120. OLE color: 8668120.
HSL color Cylindrical-coordinate representation of color #D84384: hue angle of 333.83º 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 #D84384 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 132 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.15 |
| HSL | 333.83º | 0.66% | 0.55% | - |
| HSV(B) | 333.83º | 0.69% | 0.85% | - |
| XYZ | 34.49 | 20.28 | 23.93 | - |
| YUV | 118.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 132 | 0 | 0.69 | 0.39 | 0.15 | 333.83 | 0.66 | 0.55 |
| Hex | D8 | 43 | 84 | 0 | 45 | 27 | F | 14E | 42 | 37 |
| Octal | 330 | 103 | 204 | 0 | 105 | 47 | 17 | 516 | 102 | 67 |
| Binary | 11011000 | 1000011 | 10000100 | 0 | 1000101 | 100111 | 1111 | 101001110 | 1000010 | 110111 |
Color Harmonies of #D84384
Complementary color
Monochromatic Colors of #D84384
Black with #D84384
Text Example
Text Example
White with #D84384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84384; }
p { color: rgb(216,67,132); }
H1.HeaderClassName
{
color: #D84384;
}
.AnyTagClassName
{
color: #D84384;
}
</style>
background-color css
<style>
a { background-color: #D84384; }
a { background-color: rgb(216,67,132); }
div.DivClassName
{
background-color: #D84384;
}
.BgClassName
{
background-color: #D84384;
}
</style>
border-color css
<style>
span { border-color: #D84384; }
span { border-color: rgb(216,67,132); }
td.TdClassName
{
border-color: #D84384;
}
.TagClassName
{
border-color: #D84384;
}
</style>