Shades of Deep Cerise #D61F76
Tints of Deep Cerise #D61F76
RGB
CMYK
RGB Variations
Color information
#D61F76 (or 0xD61F76) is known color: Deep Cerise. HEX triplet: D6, 1F and 76. RGB value is (214,31,118). Sum of RGB (Red+Green+Blue) = 214+31+118=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F76 is #29E089. Grayscale: #5F5F5F. Windows color (decimal): -2744458 or 7741398. OLE color: 7741398.
HSL color Cylindrical-coordinate representation of color #D61F76: hue angle of 331.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F76 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 118 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.16 |
| HSL | 331.48º | 0.75% | 0.48% | - |
| HSV(B) | 331.48º | 0.86% | 0.84% | - |
| XYZ | 31.49 | 16.58 | 18.68 | - |
| YUV | 95.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 118 | 0 | 0.86 | 0.45 | 0.16 | 331.48 | 0.75 | 0.48 |
| Hex | D6 | 1F | 76 | 0 | 56 | 2D | 10 | 14B | 4B | 30 |
| Octal | 326 | 37 | 166 | 0 | 126 | 55 | 20 | 513 | 113 | 60 |
| Binary | 11010110 | 11111 | 1110110 | 0 | 1010110 | 101101 | 10000 | 101001011 | 1001011 | 110000 |
Color Harmonies of #D61F76
Complementary color
Monochromatic Colors of #D61F76
Black with #D61F76
Text Example
Text Example
White with #D61F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F76; }
p { color: rgb(214,31,118); }
H1.HeaderClassName
{
color: #D61F76;
}
.AnyTagClassName
{
color: #D61F76;
}
</style>
background-color css
<style>
a { background-color: #D61F76; }
a { background-color: rgb(214,31,118); }
div.DivClassName
{
background-color: #D61F76;
}
.BgClassName
{
background-color: #D61F76;
}
</style>
border-color css
<style>
span { border-color: #D61F76; }
span { border-color: rgb(214,31,118); }
td.TdClassName
{
border-color: #D61F76;
}
.TagClassName
{
border-color: #D61F76;
}
</style>