Shades of Deep Cerise #D63CA0
Tints of Deep Cerise #D63CA0
RGB
CMYK
RGB Variations
Color information
#D63CA0 (or 0xD63CA0) is known color: Deep Cerise. HEX triplet: D6, 3C and A0. RGB value is (214,60,160). Sum of RGB (Red+Green+Blue) = 214+60+160=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63CA0 is #29C35F. Grayscale: #757575. Windows color (decimal): -2736992 or 10501334. OLE color: 10501334.
HSL color Cylindrical-coordinate representation of color #D63CA0: hue angle of 321.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63CA0 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 160 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.16 |
| HSL | 321.04º | 0.65% | 0.54% | - |
| HSV(B) | 321.04º | 0.72% | 0.84% | - |
| XYZ | 35.69 | 20.07 | 35.25 | - |
| YUV | 117.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 160 | 0 | 0.72 | 0.25 | 0.16 | 321.04 | 0.65 | 0.54 |
| Hex | D6 | 3C | A0 | 0 | 48 | 19 | 10 | 141 | 41 | 36 |
| Octal | 326 | 74 | 240 | 0 | 110 | 31 | 20 | 501 | 101 | 66 |
| Binary | 11010110 | 111100 | 10100000 | 0 | 1001000 | 11001 | 10000 | 101000001 | 1000001 | 110110 |
Color Harmonies of #D63CA0
Complementary color
Monochromatic Colors of #D63CA0
Black with #D63CA0
Text Example
Text Example
White with #D63CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CA0; }
p { color: rgb(214,60,160); }
H1.HeaderClassName
{
color: #D63CA0;
}
.AnyTagClassName
{
color: #D63CA0;
}
</style>
background-color css
<style>
a { background-color: #D63CA0; }
a { background-color: rgb(214,60,160); }
div.DivClassName
{
background-color: #D63CA0;
}
.BgClassName
{
background-color: #D63CA0;
}
</style>
border-color css
<style>
span { border-color: #D63CA0; }
span { border-color: rgb(214,60,160); }
td.TdClassName
{
border-color: #D63CA0;
}
.TagClassName
{
border-color: #D63CA0;
}
</style>