Shades of Deep Cerise #D63C79
Tints of Deep Cerise #D63C79
RGB
CMYK
RGB Variations
Color information
#D63C79 (or 0xD63C79) is known color: Deep Cerise. HEX triplet: D6, 3C and 79. RGB value is (214,60,121). Sum of RGB (Red+Green+Blue) = 214+60+121=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C79 is #29C386. Grayscale: #707070. Windows color (decimal): -2737031 or 7945430. OLE color: 7945430.
HSL color Cylindrical-coordinate representation of color #D63C79: hue angle of 336.23º 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 #D63C79 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 121 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.16 |
| HSL | 336.23º | 0.65% | 0.54% | - |
| HSV(B) | 336.23º | 0.72% | 0.84% | - |
| XYZ | 32.8 | 18.91 | 20.01 | - |
| YUV | 113 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 121 | 0 | 0.72 | 0.43 | 0.16 | 336.23 | 0.65 | 0.54 |
| Hex | D6 | 3C | 79 | 0 | 48 | 2B | 10 | 150 | 41 | 36 |
| Octal | 326 | 74 | 171 | 0 | 110 | 53 | 20 | 520 | 101 | 66 |
| Binary | 11010110 | 111100 | 1111001 | 0 | 1001000 | 101011 | 10000 | 101010000 | 1000001 | 110110 |
Color Harmonies of #D63C79
Complementary color
Monochromatic Colors of #D63C79
Black with #D63C79
Text Example
Text Example
White with #D63C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C79; }
p { color: rgb(214,60,121); }
H1.HeaderClassName
{
color: #D63C79;
}
.AnyTagClassName
{
color: #D63C79;
}
</style>
background-color css
<style>
a { background-color: #D63C79; }
a { background-color: rgb(214,60,121); }
div.DivClassName
{
background-color: #D63C79;
}
.BgClassName
{
background-color: #D63C79;
}
</style>
border-color css
<style>
span { border-color: #D63C79; }
span { border-color: rgb(214,60,121); }
td.TdClassName
{
border-color: #D63C79;
}
.TagClassName
{
border-color: #D63C79;
}
</style>