Shades of Deep Cerise #D82F78
Tints of Deep Cerise #D82F78
RGB
CMYK
RGB Variations
Color information
#D82F78 (or 0xD82F78) is known color: Deep Cerise. HEX triplet: D8, 2F and 78. RGB value is (216,47,120). Sum of RGB (Red+Green+Blue) = 216+47+120=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F78 is #27D087. Grayscale: #696969. Windows color (decimal): -2609288 or 7876568. OLE color: 7876568.
HSL color Cylindrical-coordinate representation of color #D82F78: hue angle of 334.08º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F78 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 120 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.15 |
| HSL | 334.08º | 0.68% | 0.52% | - |
| HSV(B) | 334.08º | 0.78% | 0.85% | - |
| XYZ | 32.73 | 17.99 | 19.52 | - |
| YUV | 105.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 120 | 0 | 0.78 | 0.44 | 0.15 | 334.08 | 0.68 | 0.52 |
| Hex | D8 | 2F | 78 | 0 | 4E | 2C | F | 14E | 44 | 34 |
| Octal | 330 | 57 | 170 | 0 | 116 | 54 | 17 | 516 | 104 | 64 |
| Binary | 11011000 | 101111 | 1111000 | 0 | 1001110 | 101100 | 1111 | 101001110 | 1000100 | 110100 |
Color Harmonies of #D82F78
Complementary color
Monochromatic Colors of #D82F78
Black with #D82F78
Text Example
Text Example
White with #D82F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F78; }
p { color: rgb(216,47,120); }
H1.HeaderClassName
{
color: #D82F78;
}
.AnyTagClassName
{
color: #D82F78;
}
</style>
background-color css
<style>
a { background-color: #D82F78; }
a { background-color: rgb(216,47,120); }
div.DivClassName
{
background-color: #D82F78;
}
.BgClassName
{
background-color: #D82F78;
}
</style>
border-color css
<style>
span { border-color: #D82F78; }
span { border-color: rgb(216,47,120); }
td.TdClassName
{
border-color: #D82F78;
}
.TagClassName
{
border-color: #D82F78;
}
</style>