Shades of Deep Cerise #D63577
Tints of Deep Cerise #D63577
RGB
CMYK
RGB Variations
Color information
#D63577 (or 0xD63577) is known color: Deep Cerise. HEX triplet: D6, 35 and 77. RGB value is (214,53,119). Sum of RGB (Red+Green+Blue) = 214+53+119=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D63577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63577 is #29CA88. Grayscale: #6C6C6C. Windows color (decimal): -2738825 or 7812566. OLE color: 7812566.
HSL color Cylindrical-coordinate representation of color #D63577: hue angle of 335.4º 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 #D63577 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 119 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.16 |
| HSL | 335.4º | 0.66% | 0.52% | - |
| HSV(B) | 335.4º | 0.75% | 0.84% | - |
| XYZ | 32.33 | 18.17 | 19.26 | - |
| YUV | 108.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 119 | 0 | 0.75 | 0.44 | 0.16 | 335.4 | 0.66 | 0.52 |
| Hex | D6 | 35 | 77 | 0 | 4B | 2C | 10 | 14F | 42 | 34 |
| Octal | 326 | 65 | 167 | 0 | 113 | 54 | 20 | 517 | 102 | 64 |
| Binary | 11010110 | 110101 | 1110111 | 0 | 1001011 | 101100 | 10000 | 101001111 | 1000010 | 110100 |
Color Harmonies of #D63577
Complementary color
Monochromatic Colors of #D63577
Black with #D63577
Text Example
Text Example
White with #D63577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63577; }
p { color: rgb(214,53,119); }
H1.HeaderClassName
{
color: #D63577;
}
.AnyTagClassName
{
color: #D63577;
}
</style>
background-color css
<style>
a { background-color: #D63577; }
a { background-color: rgb(214,53,119); }
div.DivClassName
{
background-color: #D63577;
}
.BgClassName
{
background-color: #D63577;
}
</style>
border-color css
<style>
span { border-color: #D63577; }
span { border-color: rgb(214,53,119); }
td.TdClassName
{
border-color: #D63577;
}
.TagClassName
{
border-color: #D63577;
}
</style>