Shades of Deep Cerise #D84282
Tints of Deep Cerise #D84282
RGB
CMYK
RGB Variations
Color information
#D84282 (or 0xD84282) is known color: Deep Cerise. HEX triplet: D8, 42 and 82. RGB value is (216,66,130). Sum of RGB (Red+Green+Blue) = 216+66+130=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D84282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84282 is #27BD7D. Grayscale: #767676. Windows color (decimal): -2604414 or 8536792. OLE color: 8536792.
HSL color Cylindrical-coordinate representation of color #D84282: hue angle of 334.4º 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 #D84282 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 130 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.15 |
| HSL | 334.4º | 0.66% | 0.55% | - |
| HSV(B) | 334.4º | 0.69% | 0.85% | - |
| XYZ | 34.3 | 20.11 | 23.19 | - |
| YUV | 118.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 130 | 0 | 0.69 | 0.40 | 0.15 | 334.4 | 0.66 | 0.55 |
| Hex | D8 | 42 | 82 | 0 | 45 | 28 | F | 14E | 42 | 37 |
| Octal | 330 | 102 | 202 | 0 | 105 | 50 | 17 | 516 | 102 | 67 |
| Binary | 11011000 | 1000010 | 10000010 | 0 | 1000101 | 101000 | 1111 | 101001110 | 1000010 | 110111 |
Color Harmonies of #D84282
Complementary color
Monochromatic Colors of #D84282
Black with #D84282
Text Example
Text Example
White with #D84282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84282; }
p { color: rgb(216,66,130); }
H1.HeaderClassName
{
color: #D84282;
}
.AnyTagClassName
{
color: #D84282;
}
</style>
background-color css
<style>
a { background-color: #D84282; }
a { background-color: rgb(216,66,130); }
div.DivClassName
{
background-color: #D84282;
}
.BgClassName
{
background-color: #D84282;
}
</style>
border-color css
<style>
span { border-color: #D84282; }
span { border-color: rgb(216,66,130); }
td.TdClassName
{
border-color: #D84282;
}
.TagClassName
{
border-color: #D84282;
}
</style>