Shades of Deep Cerise #D63599
Tints of Deep Cerise #D63599
RGB
CMYK
RGB Variations
Color information
#D63599 (or 0xD63599) is known color: Deep Cerise. HEX triplet: D6, 35 and 99. RGB value is (214,53,153). Sum of RGB (Red+Green+Blue) = 214+53+153=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D63599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63599 is #29CA66. Grayscale: #707070. Windows color (decimal): -2738791 or 10040790. OLE color: 10040790.
HSL color Cylindrical-coordinate representation of color #D63599: hue angle of 322.73º 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 #D63599 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 153 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.16 |
| HSL | 322.73º | 0.66% | 0.52% | - |
| HSV(B) | 322.73º | 0.75% | 0.84% | - |
| XYZ | 34.75 | 19.14 | 32 | - |
| YUV | 112.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 153 | 0 | 0.75 | 0.29 | 0.16 | 322.73 | 0.66 | 0.52 |
| Hex | D6 | 35 | 99 | 0 | 4B | 1D | 10 | 143 | 42 | 34 |
| Octal | 326 | 65 | 231 | 0 | 113 | 35 | 20 | 503 | 102 | 64 |
| Binary | 11010110 | 110101 | 10011001 | 0 | 1001011 | 11101 | 10000 | 101000011 | 1000010 | 110100 |
Color Harmonies of #D63599
Complementary color
Monochromatic Colors of #D63599
Black with #D63599
Text Example
Text Example
White with #D63599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63599; }
p { color: rgb(214,53,153); }
H1.HeaderClassName
{
color: #D63599;
}
.AnyTagClassName
{
color: #D63599;
}
</style>
background-color css
<style>
a { background-color: #D63599; }
a { background-color: rgb(214,53,153); }
div.DivClassName
{
background-color: #D63599;
}
.BgClassName
{
background-color: #D63599;
}
</style>
border-color css
<style>
span { border-color: #D63599; }
span { border-color: rgb(214,53,153); }
td.TdClassName
{
border-color: #D63599;
}
.TagClassName
{
border-color: #D63599;
}
</style>