Shades of Deep Cerise #D84182
Tints of Deep Cerise #D84182
RGB
CMYK
RGB Variations
Color information
#D84182 (or 0xD84182) is known color: Deep Cerise. HEX triplet: D8, 41 and 82. RGB value is (216,65,130). Sum of RGB (Red+Green+Blue) = 216+65+130=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84182 is #27BE7D. Grayscale: #757575. Windows color (decimal): -2604670 or 8536536. OLE color: 8536536.
HSL color Cylindrical-coordinate representation of color #D84182: hue angle of 334.17º 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 #D84182 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 130 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.15 |
| HSL | 334.17º | 0.66% | 0.55% | - |
| HSV(B) | 334.17º | 0.7% | 0.85% | - |
| XYZ | 34.24 | 19.99 | 23.17 | - |
| YUV | 117.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 130 | 0 | 0.70 | 0.40 | 0.15 | 334.17 | 0.66 | 0.55 |
| Hex | D8 | 41 | 82 | 0 | 46 | 28 | F | 14E | 42 | 37 |
| Octal | 330 | 101 | 202 | 0 | 106 | 50 | 17 | 516 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10000010 | 0 | 1000110 | 101000 | 1111 | 101001110 | 1000010 | 110111 |
Color Harmonies of #D84182
Complementary color
Monochromatic Colors of #D84182
Black with #D84182
Text Example
Text Example
White with #D84182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84182; }
p { color: rgb(216,65,130); }
H1.HeaderClassName
{
color: #D84182;
}
.AnyTagClassName
{
color: #D84182;
}
</style>
background-color css
<style>
a { background-color: #D84182; }
a { background-color: rgb(216,65,130); }
div.DivClassName
{
background-color: #D84182;
}
.BgClassName
{
background-color: #D84182;
}
</style>
border-color css
<style>
span { border-color: #D84182; }
span { border-color: rgb(216,65,130); }
td.TdClassName
{
border-color: #D84182;
}
.TagClassName
{
border-color: #D84182;
}
</style>