Shades of Deep Cerise #D63C99
Tints of Deep Cerise #D63C99
RGB
CMYK
RGB Variations
Color information
#D63C99 (or 0xD63C99) is known color: Deep Cerise. HEX triplet: D6, 3C and 99. RGB value is (214,60,153). Sum of RGB (Red+Green+Blue) = 214+60+153=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C99 is #29C366. Grayscale: #747474. Windows color (decimal): -2736999 or 10042582. OLE color: 10042582.
HSL color Cylindrical-coordinate representation of color #D63C99: hue angle of 323.77º 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 #D63C99 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 153 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.16 |
| HSL | 323.77º | 0.65% | 0.54% | - |
| HSV(B) | 323.77º | 0.72% | 0.84% | - |
| XYZ | 35.1 | 19.83 | 32.11 | - |
| YUV | 116.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 153 | 0 | 0.72 | 0.29 | 0.16 | 323.77 | 0.65 | 0.54 |
| Hex | D6 | 3C | 99 | 0 | 48 | 1D | 10 | 144 | 41 | 36 |
| Octal | 326 | 74 | 231 | 0 | 110 | 35 | 20 | 504 | 101 | 66 |
| Binary | 11010110 | 111100 | 10011001 | 0 | 1001000 | 11101 | 10000 | 101000100 | 1000001 | 110110 |
Color Harmonies of #D63C99
Complementary color
Monochromatic Colors of #D63C99
Black with #D63C99
Text Example
Text Example
White with #D63C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C99; }
p { color: rgb(214,60,153); }
H1.HeaderClassName
{
color: #D63C99;
}
.AnyTagClassName
{
color: #D63C99;
}
</style>
background-color css
<style>
a { background-color: #D63C99; }
a { background-color: rgb(214,60,153); }
div.DivClassName
{
background-color: #D63C99;
}
.BgClassName
{
background-color: #D63C99;
}
</style>
border-color css
<style>
span { border-color: #D63C99; }
span { border-color: rgb(214,60,153); }
td.TdClassName
{
border-color: #D63C99;
}
.TagClassName
{
border-color: #D63C99;
}
</style>