Shades of Deep Cerise #D63E93
Tints of Deep Cerise #D63E93
RGB
CMYK
RGB Variations
Color information
#D63E93 (or 0xD63E93) is known color: Deep Cerise. HEX triplet: D6, 3E and 93. RGB value is (214,62,147). Sum of RGB (Red+Green+Blue) = 214+62+147=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63E93 is #29C16C. Grayscale: #747474. Windows color (decimal): -2736493 or 9649878. OLE color: 9649878.
HSL color Cylindrical-coordinate representation of color #D63E93: hue angle of 326.45º 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 #D63E93 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 147 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.16 |
| HSL | 326.45º | 0.65% | 0.54% | - |
| HSV(B) | 326.45º | 0.71% | 0.84% | - |
| XYZ | 34.72 | 19.85 | 29.6 | - |
| YUV | 117.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 147 | 0 | 0.71 | 0.31 | 0.16 | 326.45 | 0.65 | 0.54 |
| Hex | D6 | 3E | 93 | 0 | 47 | 1F | 10 | 146 | 41 | 36 |
| Octal | 326 | 76 | 223 | 0 | 107 | 37 | 20 | 506 | 101 | 66 |
| Binary | 11010110 | 111110 | 10010011 | 0 | 1000111 | 11111 | 10000 | 101000110 | 1000001 | 110110 |
Color Harmonies of #D63E93
Complementary color
Monochromatic Colors of #D63E93
Black with #D63E93
Text Example
Text Example
White with #D63E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E93; }
p { color: rgb(214,62,147); }
H1.HeaderClassName
{
color: #D63E93;
}
.AnyTagClassName
{
color: #D63E93;
}
</style>
background-color css
<style>
a { background-color: #D63E93; }
a { background-color: rgb(214,62,147); }
div.DivClassName
{
background-color: #D63E93;
}
.BgClassName
{
background-color: #D63E93;
}
</style>
border-color css
<style>
span { border-color: #D63E93; }
span { border-color: rgb(214,62,147); }
td.TdClassName
{
border-color: #D63E93;
}
.TagClassName
{
border-color: #D63E93;
}
</style>