Shades of Deep Cerise #D81F7A
Tints of Deep Cerise #D81F7A
RGB
CMYK
RGB Variations
Color information
#D81F7A (or 0xD81F7A) is known color: Deep Cerise. HEX triplet: D8, 1F and 7A. RGB value is (216,31,122). Sum of RGB (Red+Green+Blue) = 216+31+122=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F7A is #27E085. Grayscale: #606060. Windows color (decimal): -2613382 or 8003544. OLE color: 8003544.
HSL color Cylindrical-coordinate representation of color #D81F7A: hue angle of 330.49º 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 #D81F7A is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 122 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.15 |
| HSL | 330.49º | 0.75% | 0.48% | - |
| HSV(B) | 330.49º | 0.86% | 0.85% | - |
| XYZ | 32.32 | 16.98 | 19.99 | - |
| YUV | 96.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 122 | 0 | 0.86 | 0.44 | 0.15 | 330.49 | 0.75 | 0.48 |
| Hex | D8 | 1F | 7A | 0 | 56 | 2C | F | 14A | 4B | 30 |
| Octal | 330 | 37 | 172 | 0 | 126 | 54 | 17 | 512 | 113 | 60 |
| Binary | 11011000 | 11111 | 1111010 | 0 | 1010110 | 101100 | 1111 | 101001010 | 1001011 | 110000 |
Color Harmonies of #D81F7A
Complementary color
Monochromatic Colors of #D81F7A
Black with #D81F7A
Text Example
Text Example
White with #D81F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F7A; }
p { color: rgb(216,31,122); }
H1.HeaderClassName
{
color: #D81F7A;
}
.AnyTagClassName
{
color: #D81F7A;
}
</style>
background-color css
<style>
a { background-color: #D81F7A; }
a { background-color: rgb(216,31,122); }
div.DivClassName
{
background-color: #D81F7A;
}
.BgClassName
{
background-color: #D81F7A;
}
</style>
border-color css
<style>
span { border-color: #D81F7A; }
span { border-color: rgb(216,31,122); }
td.TdClassName
{
border-color: #D81F7A;
}
.TagClassName
{
border-color: #D81F7A;
}
</style>