Shades of Deep Cerise #D82779
Tints of Deep Cerise #D82779
RGB
CMYK
RGB Variations
Color information
#D82779 (or 0xD82779) is known color: Deep Cerise. HEX triplet: D8, 27 and 79. RGB value is (216,39,121). Sum of RGB (Red+Green+Blue) = 216+39+121=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D82779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82779 is #27D886. Grayscale: #656565. Windows color (decimal): -2611335 or 7940056. OLE color: 7940056.
HSL color Cylindrical-coordinate representation of color #D82779: hue angle of 332.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82779 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 121 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.15 |
| HSL | 332.2º | 0.69% | 0.5% | - |
| HSV(B) | 332.2º | 0.82% | 0.85% | - |
| XYZ | 32.5 | 17.43 | 19.74 | - |
| YUV | 101.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 121 | 0 | 0.82 | 0.44 | 0.15 | 332.2 | 0.69 | 0.5 |
| Hex | D8 | 27 | 79 | 0 | 52 | 2C | F | 14C | 45 | 32 |
| Octal | 330 | 47 | 171 | 0 | 122 | 54 | 17 | 514 | 105 | 62 |
| Binary | 11011000 | 100111 | 1111001 | 0 | 1010010 | 101100 | 1111 | 101001100 | 1000101 | 110010 |
Color Harmonies of #D82779
Complementary color
Monochromatic Colors of #D82779
Black with #D82779
Text Example
Text Example
White with #D82779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82779; }
p { color: rgb(216,39,121); }
H1.HeaderClassName
{
color: #D82779;
}
.AnyTagClassName
{
color: #D82779;
}
</style>
background-color css
<style>
a { background-color: #D82779; }
a { background-color: rgb(216,39,121); }
div.DivClassName
{
background-color: #D82779;
}
.BgClassName
{
background-color: #D82779;
}
</style>
border-color css
<style>
span { border-color: #D82779; }
span { border-color: rgb(216,39,121); }
td.TdClassName
{
border-color: #D82779;
}
.TagClassName
{
border-color: #D82779;
}
</style>