Shades of Deep Cerise #D63996
Tints of Deep Cerise #D63996
RGB
CMYK
RGB Variations
Color information
#D63996 (or 0xD63996) is known color: Deep Cerise. HEX triplet: D6, 39 and 96. RGB value is (214,57,150). Sum of RGB (Red+Green+Blue) = 214+57+150=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D63996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63996 is #29C669. Grayscale: #727272. Windows color (decimal): -2737770 or 9845206. OLE color: 9845206.
HSL color Cylindrical-coordinate representation of color #D63996: hue angle of 324.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63996 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 150 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.16 |
| HSL | 324.46º | 0.66% | 0.53% | - |
| HSV(B) | 324.46º | 0.73% | 0.84% | - |
| XYZ | 34.7 | 19.42 | 30.77 | - |
| YUV | 114.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 150 | 0 | 0.73 | 0.30 | 0.16 | 324.46 | 0.66 | 0.53 |
| Hex | D6 | 39 | 96 | 0 | 49 | 1E | 10 | 144 | 42 | 35 |
| Octal | 326 | 71 | 226 | 0 | 111 | 36 | 20 | 504 | 102 | 65 |
| Binary | 11010110 | 111001 | 10010110 | 0 | 1001001 | 11110 | 10000 | 101000100 | 1000010 | 110101 |
Color Harmonies of #D63996
Complementary color
Monochromatic Colors of #D63996
Black with #D63996
Text Example
Text Example
White with #D63996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63996; }
p { color: rgb(214,57,150); }
H1.HeaderClassName
{
color: #D63996;
}
.AnyTagClassName
{
color: #D63996;
}
</style>
background-color css
<style>
a { background-color: #D63996; }
a { background-color: rgb(214,57,150); }
div.DivClassName
{
background-color: #D63996;
}
.BgClassName
{
background-color: #D63996;
}
</style>
border-color css
<style>
span { border-color: #D63996; }
span { border-color: rgb(214,57,150); }
td.TdClassName
{
border-color: #D63996;
}
.TagClassName
{
border-color: #D63996;
}
</style>