Shades of Deep Cerise #D63F7C
Tints of Deep Cerise #D63F7C
RGB
CMYK
RGB Variations
Color information
#D63F7C (or 0xD63F7C) is known color: Deep Cerise. HEX triplet: D6, 3F and 7C. RGB value is (214,63,124). Sum of RGB (Red+Green+Blue) = 214+63+124=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F7C is #29C083. Grayscale: #737373. Windows color (decimal): -2736260 or 8142806. OLE color: 8142806.
HSL color Cylindrical-coordinate representation of color #D63F7C: hue angle of 335.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F7C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 124 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.16 |
| HSL | 335.76º | 0.65% | 0.54% | - |
| HSV(B) | 335.76º | 0.71% | 0.84% | - |
| XYZ | 33.15 | 19.31 | 21.05 | - |
| YUV | 115.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 124 | 0 | 0.71 | 0.42 | 0.16 | 335.76 | 0.65 | 0.54 |
| Hex | D6 | 3F | 7C | 0 | 47 | 2A | 10 | 150 | 41 | 36 |
| Octal | 326 | 77 | 174 | 0 | 107 | 52 | 20 | 520 | 101 | 66 |
| Binary | 11010110 | 111111 | 1111100 | 0 | 1000111 | 101010 | 10000 | 101010000 | 1000001 | 110110 |
Color Harmonies of #D63F7C
Complementary color
Monochromatic Colors of #D63F7C
Black with #D63F7C
Text Example
Text Example
White with #D63F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F7C; }
p { color: rgb(214,63,124); }
H1.HeaderClassName
{
color: #D63F7C;
}
.AnyTagClassName
{
color: #D63F7C;
}
</style>
background-color css
<style>
a { background-color: #D63F7C; }
a { background-color: rgb(214,63,124); }
div.DivClassName
{
background-color: #D63F7C;
}
.BgClassName
{
background-color: #D63F7C;
}
</style>
border-color css
<style>
span { border-color: #D63F7C; }
span { border-color: rgb(214,63,124); }
td.TdClassName
{
border-color: #D63F7C;
}
.TagClassName
{
border-color: #D63F7C;
}
</style>