Shades of Deep Cerise #D63F9C
Tints of Deep Cerise #D63F9C
RGB
CMYK
RGB Variations
Color information
#D63F9C (or 0xD63F9C) is known color: Deep Cerise. HEX triplet: D6, 3F and 9C. RGB value is (214,63,156). Sum of RGB (Red+Green+Blue) = 214+63+156=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F9C is #29C063. Grayscale: #767676. Windows color (decimal): -2736228 or 10239958. OLE color: 10239958.
HSL color Cylindrical-coordinate representation of color #D63F9C: hue angle of 323.05º 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 #D63F9C is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 156 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.16 |
| HSL | 323.05º | 0.65% | 0.54% | - |
| HSV(B) | 323.05º | 0.71% | 0.84% | - |
| XYZ | 35.51 | 20.25 | 33.49 | - |
| YUV | 118.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 156 | 0 | 0.71 | 0.27 | 0.16 | 323.05 | 0.65 | 0.54 |
| Hex | D6 | 3F | 9C | 0 | 47 | 1B | 10 | 143 | 41 | 36 |
| Octal | 326 | 77 | 234 | 0 | 107 | 33 | 20 | 503 | 101 | 66 |
| Binary | 11010110 | 111111 | 10011100 | 0 | 1000111 | 11011 | 10000 | 101000011 | 1000001 | 110110 |
Color Harmonies of #D63F9C
Complementary color
Monochromatic Colors of #D63F9C
Black with #D63F9C
Text Example
Text Example
White with #D63F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F9C; }
p { color: rgb(214,63,156); }
H1.HeaderClassName
{
color: #D63F9C;
}
.AnyTagClassName
{
color: #D63F9C;
}
</style>
background-color css
<style>
a { background-color: #D63F9C; }
a { background-color: rgb(214,63,156); }
div.DivClassName
{
background-color: #D63F9C;
}
.BgClassName
{
background-color: #D63F9C;
}
</style>
border-color css
<style>
span { border-color: #D63F9C; }
span { border-color: rgb(214,63,156); }
td.TdClassName
{
border-color: #D63F9C;
}
.TagClassName
{
border-color: #D63F9C;
}
</style>