Shades of Deep Cerise #D63E85
Tints of Deep Cerise #D63E85
RGB
CMYK
RGB Variations
Color information
#D63E85 (or 0xD63E85) is known color: Deep Cerise. HEX triplet: D6, 3E and 85. RGB value is (214,62,133). Sum of RGB (Red+Green+Blue) = 214+62+133=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63E85 is #29C17A. Grayscale: #737373. Windows color (decimal): -2736507 or 8732374. OLE color: 8732374.
HSL color Cylindrical-coordinate representation of color #D63E85: hue angle of 331.97º 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 #D63E85 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 133 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.16 |
| HSL | 331.97º | 0.65% | 0.54% | - |
| HSV(B) | 331.97º | 0.71% | 0.84% | - |
| XYZ | 33.69 | 19.43 | 24.17 | - |
| YUV | 115.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 133 | 0 | 0.71 | 0.38 | 0.16 | 331.97 | 0.65 | 0.54 |
| Hex | D6 | 3E | 85 | 0 | 47 | 26 | 10 | 14C | 41 | 36 |
| Octal | 326 | 76 | 205 | 0 | 107 | 46 | 20 | 514 | 101 | 66 |
| Binary | 11010110 | 111110 | 10000101 | 0 | 1000111 | 100110 | 10000 | 101001100 | 1000001 | 110110 |
Color Harmonies of #D63E85
Complementary color
Monochromatic Colors of #D63E85
Black with #D63E85
Text Example
Text Example
White with #D63E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E85; }
p { color: rgb(214,62,133); }
H1.HeaderClassName
{
color: #D63E85;
}
.AnyTagClassName
{
color: #D63E85;
}
</style>
background-color css
<style>
a { background-color: #D63E85; }
a { background-color: rgb(214,62,133); }
div.DivClassName
{
background-color: #D63E85;
}
.BgClassName
{
background-color: #D63E85;
}
</style>
border-color css
<style>
span { border-color: #D63E85; }
span { border-color: rgb(214,62,133); }
td.TdClassName
{
border-color: #D63E85;
}
.TagClassName
{
border-color: #D63E85;
}
</style>