Shades of Deep Cerise #D81F74
Tints of Deep Cerise #D81F74
RGB
CMYK
RGB Variations
Color information
#D81F74 (or 0xD81F74) is known color: Deep Cerise. HEX triplet: D8, 1F and 74. RGB value is (216,31,116). Sum of RGB (Red+Green+Blue) = 216+31+116=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F74 is #27E08B. Grayscale: #5F5F5F. Windows color (decimal): -2613388 or 7610328. OLE color: 7610328.
HSL color Cylindrical-coordinate representation of color #D81F74: hue angle of 332.43º 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 #D81F74 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 116 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.15 |
| HSL | 332.43º | 0.75% | 0.48% | - |
| HSV(B) | 332.43º | 0.86% | 0.85% | - |
| XYZ | 31.96 | 16.84 | 18.09 | - |
| YUV | 96.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 116 | 0 | 0.86 | 0.46 | 0.15 | 332.43 | 0.75 | 0.48 |
| Hex | D8 | 1F | 74 | 0 | 56 | 2E | F | 14C | 4B | 30 |
| Octal | 330 | 37 | 164 | 0 | 126 | 56 | 17 | 514 | 113 | 60 |
| Binary | 11011000 | 11111 | 1110100 | 0 | 1010110 | 101110 | 1111 | 101001100 | 1001011 | 110000 |
Color Harmonies of #D81F74
Complementary color
Monochromatic Colors of #D81F74
Black with #D81F74
Text Example
Text Example
White with #D81F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F74; }
p { color: rgb(216,31,116); }
H1.HeaderClassName
{
color: #D81F74;
}
.AnyTagClassName
{
color: #D81F74;
}
</style>
background-color css
<style>
a { background-color: #D81F74; }
a { background-color: rgb(216,31,116); }
div.DivClassName
{
background-color: #D81F74;
}
.BgClassName
{
background-color: #D81F74;
}
</style>
border-color css
<style>
span { border-color: #D81F74; }
span { border-color: rgb(216,31,116); }
td.TdClassName
{
border-color: #D81F74;
}
.TagClassName
{
border-color: #D81F74;
}
</style>