Shades of Deep Cerise #D81F76
Tints of Deep Cerise #D81F76
RGB
CMYK
RGB Variations
Color information
#D81F76 (or 0xD81F76) is known color: Deep Cerise. HEX triplet: D8, 1F and 76. RGB value is (216,31,118). Sum of RGB (Red+Green+Blue) = 216+31+118=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F76 is #27E089. Grayscale: #606060. Windows color (decimal): -2613386 or 7741400. OLE color: 7741400.
HSL color Cylindrical-coordinate representation of color #D81F76: hue angle of 331.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F76 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 118 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.15 |
| HSL | 331.78º | 0.75% | 0.48% | - |
| HSV(B) | 331.78º | 0.86% | 0.85% | - |
| XYZ | 32.08 | 16.89 | 18.71 | - |
| YUV | 96.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 118 | 0 | 0.86 | 0.45 | 0.15 | 331.78 | 0.75 | 0.48 |
| Hex | D8 | 1F | 76 | 0 | 56 | 2D | F | 14C | 4B | 30 |
| Octal | 330 | 37 | 166 | 0 | 126 | 55 | 17 | 514 | 113 | 60 |
| Binary | 11011000 | 11111 | 1110110 | 0 | 1010110 | 101101 | 1111 | 101001100 | 1001011 | 110000 |
Color Harmonies of #D81F76
Complementary color
Monochromatic Colors of #D81F76
Black with #D81F76
Text Example
Text Example
White with #D81F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F76; }
p { color: rgb(216,31,118); }
H1.HeaderClassName
{
color: #D81F76;
}
.AnyTagClassName
{
color: #D81F76;
}
</style>
background-color css
<style>
a { background-color: #D81F76; }
a { background-color: rgb(216,31,118); }
div.DivClassName
{
background-color: #D81F76;
}
.BgClassName
{
background-color: #D81F76;
}
</style>
border-color css
<style>
span { border-color: #D81F76; }
span { border-color: rgb(216,31,118); }
td.TdClassName
{
border-color: #D81F76;
}
.TagClassName
{
border-color: #D81F76;
}
</style>