Shades of Deep Cerise #D62896
Tints of Deep Cerise #D62896
RGB
CMYK
RGB Variations
Color information
#D62896 (or 0xD62896) is known color: Deep Cerise. HEX triplet: D6, 28 and 96. RGB value is (214,40,150). Sum of RGB (Red+Green+Blue) = 214+40+150=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D62896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62896 is #29D769. Grayscale: #686868. Windows color (decimal): -2742122 or 9840854. OLE color: 9840854.
HSL color Cylindrical-coordinate representation of color #D62896: hue angle of 322.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62896 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 150 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.16 |
| HSL | 322.07º | 0.69% | 0.5% | - |
| HSV(B) | 322.07º | 0.81% | 0.84% | - |
| XYZ | 34 | 18.02 | 30.54 | - |
| YUV | 104.57 | 153.65 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 150 | 0 | 0.81 | 0.30 | 0.16 | 322.07 | 0.69 | 0.5 |
| Hex | D6 | 28 | 96 | 0 | 51 | 1E | 10 | 142 | 45 | 32 |
| Octal | 326 | 50 | 226 | 0 | 121 | 36 | 20 | 502 | 105 | 62 |
| Binary | 11010110 | 101000 | 10010110 | 0 | 1010001 | 11110 | 10000 | 101000010 | 1000101 | 110010 |
Color Harmonies of #D62896
Complementary color
Monochromatic Colors of #D62896
Black with #D62896
Text Example
Text Example
White with #D62896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62896; }
p { color: rgb(214,40,150); }
H1.HeaderClassName
{
color: #D62896;
}
.AnyTagClassName
{
color: #D62896;
}
</style>
background-color css
<style>
a { background-color: #D62896; }
a { background-color: rgb(214,40,150); }
div.DivClassName
{
background-color: #D62896;
}
.BgClassName
{
background-color: #D62896;
}
</style>
border-color css
<style>
span { border-color: #D62896; }
span { border-color: rgb(214,40,150); }
td.TdClassName
{
border-color: #D62896;
}
.TagClassName
{
border-color: #D62896;
}
</style>