Shades of Deep Cerise #D63C7C
Tints of Deep Cerise #D63C7C
RGB
CMYK
RGB Variations
Color information
#D63C7C (or 0xD63C7C) is known color: Deep Cerise. HEX triplet: D6, 3C and 7C. RGB value is (214,60,124). Sum of RGB (Red+Green+Blue) = 214+60+124=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C7C is #29C383. Grayscale: #717171. Windows color (decimal): -2737028 or 8142038. OLE color: 8142038.
HSL color Cylindrical-coordinate representation of color #D63C7C: hue angle of 335.06º 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 #D63C7C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 124 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.16 |
| HSL | 335.06º | 0.65% | 0.54% | - |
| HSV(B) | 335.06º | 0.72% | 0.84% | - |
| XYZ | 32.99 | 18.98 | 20.99 | - |
| YUV | 113.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 124 | 0 | 0.72 | 0.42 | 0.16 | 335.06 | 0.65 | 0.54 |
| Hex | D6 | 3C | 7C | 0 | 48 | 2A | 10 | 14F | 41 | 36 |
| Octal | 326 | 74 | 174 | 0 | 110 | 52 | 20 | 517 | 101 | 66 |
| Binary | 11010110 | 111100 | 1111100 | 0 | 1001000 | 101010 | 10000 | 101001111 | 1000001 | 110110 |
Color Harmonies of #D63C7C
Complementary color
Monochromatic Colors of #D63C7C
Black with #D63C7C
Text Example
Text Example
White with #D63C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C7C; }
p { color: rgb(214,60,124); }
H1.HeaderClassName
{
color: #D63C7C;
}
.AnyTagClassName
{
color: #D63C7C;
}
</style>
background-color css
<style>
a { background-color: #D63C7C; }
a { background-color: rgb(214,60,124); }
div.DivClassName
{
background-color: #D63C7C;
}
.BgClassName
{
background-color: #D63C7C;
}
</style>
border-color css
<style>
span { border-color: #D63C7C; }
span { border-color: rgb(214,60,124); }
td.TdClassName
{
border-color: #D63C7C;
}
.TagClassName
{
border-color: #D63C7C;
}
</style>