Shades of Deep Cerise #D63591
Tints of Deep Cerise #D63591
RGB
CMYK
RGB Variations
Color information
#D63591 (or 0xD63591) is known color: Deep Cerise. HEX triplet: D6, 35 and 91. RGB value is (214,53,145). Sum of RGB (Red+Green+Blue) = 214+53+145=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63591 is #29CA6E. Grayscale: #6F6F6F. Windows color (decimal): -2738799 or 9516502. OLE color: 9516502.
HSL color Cylindrical-coordinate representation of color #D63591: hue angle of 325.71º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63591 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 145 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.16 |
| HSL | 325.71º | 0.66% | 0.52% | - |
| HSV(B) | 325.71º | 0.75% | 0.84% | - |
| XYZ | 34.12 | 18.89 | 28.64 | - |
| YUV | 111.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 145 | 0 | 0.75 | 0.32 | 0.16 | 325.71 | 0.66 | 0.52 |
| Hex | D6 | 35 | 91 | 0 | 4B | 20 | 10 | 146 | 42 | 34 |
| Octal | 326 | 65 | 221 | 0 | 113 | 40 | 20 | 506 | 102 | 64 |
| Binary | 11010110 | 110101 | 10010001 | 0 | 1001011 | 100000 | 10000 | 101000110 | 1000010 | 110100 |
Color Harmonies of #D63591
Complementary color
Monochromatic Colors of #D63591
Black with #D63591
Text Example
Text Example
White with #D63591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63591; }
p { color: rgb(214,53,145); }
H1.HeaderClassName
{
color: #D63591;
}
.AnyTagClassName
{
color: #D63591;
}
</style>
background-color css
<style>
a { background-color: #D63591; }
a { background-color: rgb(214,53,145); }
div.DivClassName
{
background-color: #D63591;
}
.BgClassName
{
background-color: #D63591;
}
</style>
border-color css
<style>
span { border-color: #D63591; }
span { border-color: rgb(214,53,145); }
td.TdClassName
{
border-color: #D63591;
}
.TagClassName
{
border-color: #D63591;
}
</style>