Shades of Deep Cerise #D63C96
Tints of Deep Cerise #D63C96
RGB
CMYK
RGB Variations
Color information
#D63C96 (or 0xD63C96) is known color: Deep Cerise. HEX triplet: D6, 3C and 96. RGB value is (214,60,150). Sum of RGB (Red+Green+Blue) = 214+60+150=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C96 is #29C369. Grayscale: #747474. Windows color (decimal): -2737002 or 9845974. OLE color: 9845974.
HSL color Cylindrical-coordinate representation of color #D63C96: hue angle of 324.94º 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 #D63C96 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 150 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.16 |
| HSL | 324.94º | 0.65% | 0.54% | - |
| HSV(B) | 324.94º | 0.72% | 0.84% | - |
| XYZ | 34.85 | 19.73 | 30.83 | - |
| YUV | 116.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 150 | 0 | 0.72 | 0.30 | 0.16 | 324.94 | 0.65 | 0.54 |
| Hex | D6 | 3C | 96 | 0 | 48 | 1E | 10 | 145 | 41 | 36 |
| Octal | 326 | 74 | 226 | 0 | 110 | 36 | 20 | 505 | 101 | 66 |
| Binary | 11010110 | 111100 | 10010110 | 0 | 1001000 | 11110 | 10000 | 101000101 | 1000001 | 110110 |
Color Harmonies of #D63C96
Complementary color
Monochromatic Colors of #D63C96
Black with #D63C96
Text Example
Text Example
White with #D63C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C96; }
p { color: rgb(214,60,150); }
H1.HeaderClassName
{
color: #D63C96;
}
.AnyTagClassName
{
color: #D63C96;
}
</style>
background-color css
<style>
a { background-color: #D63C96; }
a { background-color: rgb(214,60,150); }
div.DivClassName
{
background-color: #D63C96;
}
.BgClassName
{
background-color: #D63C96;
}
</style>
border-color css
<style>
span { border-color: #D63C96; }
span { border-color: rgb(214,60,150); }
td.TdClassName
{
border-color: #D63C96;
}
.TagClassName
{
border-color: #D63C96;
}
</style>