Shades of Deep Cerise #D63C93
Tints of Deep Cerise #D63C93
RGB
CMYK
RGB Variations
Color information
#D63C93 (or 0xD63C93) is known color: Deep Cerise. HEX triplet: D6, 3C and 93. RGB value is (214,60,147). Sum of RGB (Red+Green+Blue) = 214+60+147=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C93 is #29C36C. Grayscale: #737373. Windows color (decimal): -2737005 or 9649366. OLE color: 9649366.
HSL color Cylindrical-coordinate representation of color #D63C93: hue angle of 326.1º 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 #D63C93 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 147 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.16 |
| HSL | 326.1º | 0.65% | 0.54% | - |
| HSV(B) | 326.1º | 0.72% | 0.84% | - |
| XYZ | 34.61 | 19.63 | 29.57 | - |
| YUV | 115.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 147 | 0 | 0.72 | 0.31 | 0.16 | 326.1 | 0.65 | 0.54 |
| Hex | D6 | 3C | 93 | 0 | 48 | 1F | 10 | 146 | 41 | 36 |
| Octal | 326 | 74 | 223 | 0 | 110 | 37 | 20 | 506 | 101 | 66 |
| Binary | 11010110 | 111100 | 10010011 | 0 | 1001000 | 11111 | 10000 | 101000110 | 1000001 | 110110 |
Color Harmonies of #D63C93
Complementary color
Monochromatic Colors of #D63C93
Black with #D63C93
Text Example
Text Example
White with #D63C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C93; }
p { color: rgb(214,60,147); }
H1.HeaderClassName
{
color: #D63C93;
}
.AnyTagClassName
{
color: #D63C93;
}
</style>
background-color css
<style>
a { background-color: #D63C93; }
a { background-color: rgb(214,60,147); }
div.DivClassName
{
background-color: #D63C93;
}
.BgClassName
{
background-color: #D63C93;
}
</style>
border-color css
<style>
span { border-color: #D63C93; }
span { border-color: rgb(214,60,147); }
td.TdClassName
{
border-color: #D63C93;
}
.TagClassName
{
border-color: #D63C93;
}
</style>