Shades of Deep Cerise #D63BA0
Tints of Deep Cerise #D63BA0
RGB
CMYK
RGB Variations
Color information
#D63BA0 (or 0xD63BA0) is known color: Deep Cerise. HEX triplet: D6, 3B and A0. RGB value is (214,59,160). Sum of RGB (Red+Green+Blue) = 214+59+160=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BA0 is #29C45F. Grayscale: #747474. Windows color (decimal): -2737248 or 10501078. OLE color: 10501078.
HSL color Cylindrical-coordinate representation of color #D63BA0: hue angle of 320.9º 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 #D63BA0 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 160 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.16 |
| HSL | 320.9º | 0.65% | 0.54% | - |
| HSV(B) | 320.9º | 0.72% | 0.84% | - |
| XYZ | 35.64 | 19.96 | 35.23 | - |
| YUV | 116.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 160 | 0 | 0.72 | 0.25 | 0.16 | 320.9 | 0.65 | 0.54 |
| Hex | D6 | 3B | A0 | 0 | 48 | 19 | 10 | 141 | 41 | 36 |
| Octal | 326 | 73 | 240 | 0 | 110 | 31 | 20 | 501 | 101 | 66 |
| Binary | 11010110 | 111011 | 10100000 | 0 | 1001000 | 11001 | 10000 | 101000001 | 1000001 | 110110 |
Color Harmonies of #D63BA0
Complementary color
Monochromatic Colors of #D63BA0
Black with #D63BA0
Text Example
Text Example
White with #D63BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BA0; }
p { color: rgb(214,59,160); }
H1.HeaderClassName
{
color: #D63BA0;
}
.AnyTagClassName
{
color: #D63BA0;
}
</style>
background-color css
<style>
a { background-color: #D63BA0; }
a { background-color: rgb(214,59,160); }
div.DivClassName
{
background-color: #D63BA0;
}
.BgClassName
{
background-color: #D63BA0;
}
</style>
border-color css
<style>
span { border-color: #D63BA0; }
span { border-color: rgb(214,59,160); }
td.TdClassName
{
border-color: #D63BA0;
}
.TagClassName
{
border-color: #D63BA0;
}
</style>