Shades of Deep Cerise #D63BA8
Tints of Deep Cerise #D63BA8
RGB
CMYK
RGB Variations
Color information
#D63BA8 (or 0xD63BA8) is known color: Deep Cerise. HEX triplet: D6, 3B and A8. RGB value is (214,59,168). Sum of RGB (Red+Green+Blue) = 214+59+168=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BA8 is #29C457. Grayscale: #757575. Windows color (decimal): -2737240 or 11025366. OLE color: 11025366.
HSL color Cylindrical-coordinate representation of color #D63BA8: hue angle of 317.81º 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 #D63BA8 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 168 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.16 |
| HSL | 317.81º | 0.65% | 0.54% | - |
| HSV(B) | 317.81º | 0.72% | 0.84% | - |
| XYZ | 36.36 | 20.25 | 39.04 | - |
| YUV | 117.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 168 | 0 | 0.72 | 0.21 | 0.16 | 317.81 | 0.65 | 0.54 |
| Hex | D6 | 3B | A8 | 0 | 48 | 15 | 10 | 13E | 41 | 36 |
| Octal | 326 | 73 | 250 | 0 | 110 | 25 | 20 | 476 | 101 | 66 |
| Binary | 11010110 | 111011 | 10101000 | 0 | 1001000 | 10101 | 10000 | 100111110 | 1000001 | 110110 |
Color Harmonies of #D63BA8
Complementary color
Monochromatic Colors of #D63BA8
Black with #D63BA8
Text Example
Text Example
White with #D63BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BA8; }
p { color: rgb(214,59,168); }
H1.HeaderClassName
{
color: #D63BA8;
}
.AnyTagClassName
{
color: #D63BA8;
}
</style>
background-color css
<style>
a { background-color: #D63BA8; }
a { background-color: rgb(214,59,168); }
div.DivClassName
{
background-color: #D63BA8;
}
.BgClassName
{
background-color: #D63BA8;
}
</style>
border-color css
<style>
span { border-color: #D63BA8; }
span { border-color: rgb(214,59,168); }
td.TdClassName
{
border-color: #D63BA8;
}
.TagClassName
{
border-color: #D63BA8;
}
</style>