Shades of Deep Cerise #D63C8A
Tints of Deep Cerise #D63C8A
RGB
CMYK
RGB Variations
Color information
#D63C8A (or 0xD63C8A) is known color: Deep Cerise. HEX triplet: D6, 3C and 8A. RGB value is (214,60,138). Sum of RGB (Red+Green+Blue) = 214+60+138=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C8A is #29C375. Grayscale: #727272. Windows color (decimal): -2737014 or 9059542. OLE color: 9059542.
HSL color Cylindrical-coordinate representation of color #D63C8A: hue angle of 329.61º 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 #D63C8A is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 138 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.16 |
| HSL | 329.61º | 0.65% | 0.54% | - |
| HSV(B) | 329.61º | 0.72% | 0.84% | - |
| XYZ | 33.93 | 19.36 | 25.99 | - |
| YUV | 114.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 138 | 0 | 0.72 | 0.36 | 0.16 | 329.61 | 0.65 | 0.54 |
| Hex | D6 | 3C | 8A | 0 | 48 | 24 | 10 | 14A | 41 | 36 |
| Octal | 326 | 74 | 212 | 0 | 110 | 44 | 20 | 512 | 101 | 66 |
| Binary | 11010110 | 111100 | 10001010 | 0 | 1001000 | 100100 | 10000 | 101001010 | 1000001 | 110110 |
Color Harmonies of #D63C8A
Complementary color
Monochromatic Colors of #D63C8A
Black with #D63C8A
Text Example
Text Example
White with #D63C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C8A; }
p { color: rgb(214,60,138); }
H1.HeaderClassName
{
color: #D63C8A;
}
.AnyTagClassName
{
color: #D63C8A;
}
</style>
background-color css
<style>
a { background-color: #D63C8A; }
a { background-color: rgb(214,60,138); }
div.DivClassName
{
background-color: #D63C8A;
}
.BgClassName
{
background-color: #D63C8A;
}
</style>
border-color css
<style>
span { border-color: #D63C8A; }
span { border-color: rgb(214,60,138); }
td.TdClassName
{
border-color: #D63C8A;
}
.TagClassName
{
border-color: #D63C8A;
}
</style>