Shades of Deep Cerise #D63C9C
Tints of Deep Cerise #D63C9C
RGB
CMYK
RGB Variations
Color information
#D63C9C (or 0xD63C9C) is known color: Deep Cerise. HEX triplet: D6, 3C and 9C. RGB value is (214,60,156). Sum of RGB (Red+Green+Blue) = 214+60+156=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C9C is #29C363. Grayscale: #747474. Windows color (decimal): -2736996 or 10239190. OLE color: 10239190.
HSL color Cylindrical-coordinate representation of color #D63C9C: hue angle of 322.6º 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 #D63C9C is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 156 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.16 |
| HSL | 322.6º | 0.65% | 0.54% | - |
| HSV(B) | 322.6º | 0.72% | 0.84% | - |
| XYZ | 35.35 | 19.93 | 33.44 | - |
| YUV | 116.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 156 | 0 | 0.72 | 0.27 | 0.16 | 322.6 | 0.65 | 0.54 |
| Hex | D6 | 3C | 9C | 0 | 48 | 1B | 10 | 143 | 41 | 36 |
| Octal | 326 | 74 | 234 | 0 | 110 | 33 | 20 | 503 | 101 | 66 |
| Binary | 11010110 | 111100 | 10011100 | 0 | 1001000 | 11011 | 10000 | 101000011 | 1000001 | 110110 |
Color Harmonies of #D63C9C
Complementary color
Monochromatic Colors of #D63C9C
Black with #D63C9C
Text Example
Text Example
White with #D63C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C9C; }
p { color: rgb(214,60,156); }
H1.HeaderClassName
{
color: #D63C9C;
}
.AnyTagClassName
{
color: #D63C9C;
}
</style>
background-color css
<style>
a { background-color: #D63C9C; }
a { background-color: rgb(214,60,156); }
div.DivClassName
{
background-color: #D63C9C;
}
.BgClassName
{
background-color: #D63C9C;
}
</style>
border-color css
<style>
span { border-color: #D63C9C; }
span { border-color: rgb(214,60,156); }
td.TdClassName
{
border-color: #D63C9C;
}
.TagClassName
{
border-color: #D63C9C;
}
</style>