Shades of Deep Cerise #D63696
Tints of Deep Cerise #D63696
RGB
CMYK
RGB Variations
Color information
#D63696 (or 0xD63696) is known color: Deep Cerise. HEX triplet: D6, 36 and 96. RGB value is (214,54,150). Sum of RGB (Red+Green+Blue) = 214+54+150=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D63696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63696 is #29C969. Grayscale: #707070. Windows color (decimal): -2738538 or 9844438. OLE color: 9844438.
HSL color Cylindrical-coordinate representation of color #D63696: hue angle of 324º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63696 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 150 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.16 |
| HSL | 324º | 0.66% | 0.53% | - |
| HSV(B) | 324º | 0.75% | 0.84% | - |
| XYZ | 34.56 | 19.14 | 30.73 | - |
| YUV | 112.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 150 | 0 | 0.75 | 0.30 | 0.16 | 324 | 0.66 | 0.53 |
| Hex | D6 | 36 | 96 | 0 | 4B | 1E | 10 | 144 | 42 | 35 |
| Octal | 326 | 66 | 226 | 0 | 113 | 36 | 20 | 504 | 102 | 65 |
| Binary | 11010110 | 110110 | 10010110 | 0 | 1001011 | 11110 | 10000 | 101000100 | 1000010 | 110101 |
Color Harmonies of #D63696
Complementary color
Monochromatic Colors of #D63696
Black with #D63696
Text Example
Text Example
White with #D63696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63696; }
p { color: rgb(214,54,150); }
H1.HeaderClassName
{
color: #D63696;
}
.AnyTagClassName
{
color: #D63696;
}
</style>
background-color css
<style>
a { background-color: #D63696; }
a { background-color: rgb(214,54,150); }
div.DivClassName
{
background-color: #D63696;
}
.BgClassName
{
background-color: #D63696;
}
</style>
border-color css
<style>
span { border-color: #D63696; }
span { border-color: rgb(214,54,150); }
td.TdClassName
{
border-color: #D63696;
}
.TagClassName
{
border-color: #D63696;
}
</style>