Shades of Deep Cerise #D63576
Tints of Deep Cerise #D63576
RGB
CMYK
RGB Variations
Color information
#D63576 (or 0xD63576) is known color: Deep Cerise. HEX triplet: D6, 35 and 76. RGB value is (214,53,118). Sum of RGB (Red+Green+Blue) = 214+53+118=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D63576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63576 is #29CA89. Grayscale: #6C6C6C. Windows color (decimal): -2738826 or 7747030. OLE color: 7747030.
HSL color Cylindrical-coordinate representation of color #D63576: hue angle of 335.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63576 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 118 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.16 |
| HSL | 335.78º | 0.66% | 0.52% | - |
| HSV(B) | 335.78º | 0.75% | 0.84% | - |
| XYZ | 32.27 | 18.15 | 18.94 | - |
| YUV | 108.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 118 | 0 | 0.75 | 0.45 | 0.16 | 335.78 | 0.66 | 0.52 |
| Hex | D6 | 35 | 76 | 0 | 4B | 2D | 10 | 150 | 42 | 34 |
| Octal | 326 | 65 | 166 | 0 | 113 | 55 | 20 | 520 | 102 | 64 |
| Binary | 11010110 | 110101 | 1110110 | 0 | 1001011 | 101101 | 10000 | 101010000 | 1000010 | 110100 |
Color Harmonies of #D63576
Complementary color
Monochromatic Colors of #D63576
Black with #D63576
Text Example
Text Example
White with #D63576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63576; }
p { color: rgb(214,53,118); }
H1.HeaderClassName
{
color: #D63576;
}
.AnyTagClassName
{
color: #D63576;
}
</style>
background-color css
<style>
a { background-color: #D63576; }
a { background-color: rgb(214,53,118); }
div.DivClassName
{
background-color: #D63576;
}
.BgClassName
{
background-color: #D63576;
}
</style>
border-color css
<style>
span { border-color: #D63576; }
span { border-color: rgb(214,53,118); }
td.TdClassName
{
border-color: #D63576;
}
.TagClassName
{
border-color: #D63576;
}
</style>