Shades of Deep Cerise #D63589
Tints of Deep Cerise #D63589
RGB
CMYK
RGB Variations
Color information
#D63589 (or 0xD63589) is known color: Deep Cerise. HEX triplet: D6, 35 and 89. RGB value is (214,53,137). Sum of RGB (Red+Green+Blue) = 214+53+137=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D63589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63589 is #29CA76. Grayscale: #6E6E6E. Windows color (decimal): -2738807 or 8992214. OLE color: 8992214.
HSL color Cylindrical-coordinate representation of color #D63589: hue angle of 328.7º 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 #D63589 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 137 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.16 |
| HSL | 328.7º | 0.66% | 0.52% | - |
| HSV(B) | 328.7º | 0.75% | 0.84% | - |
| XYZ | 33.52 | 18.65 | 25.5 | - |
| YUV | 110.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 137 | 0 | 0.75 | 0.36 | 0.16 | 328.7 | 0.66 | 0.52 |
| Hex | D6 | 35 | 89 | 0 | 4B | 24 | 10 | 149 | 42 | 34 |
| Octal | 326 | 65 | 211 | 0 | 113 | 44 | 20 | 511 | 102 | 64 |
| Binary | 11010110 | 110101 | 10001001 | 0 | 1001011 | 100100 | 10000 | 101001001 | 1000010 | 110100 |
Color Harmonies of #D63589
Complementary color
Monochromatic Colors of #D63589
Black with #D63589
Text Example
Text Example
White with #D63589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63589; }
p { color: rgb(214,53,137); }
H1.HeaderClassName
{
color: #D63589;
}
.AnyTagClassName
{
color: #D63589;
}
</style>
background-color css
<style>
a { background-color: #D63589; }
a { background-color: rgb(214,53,137); }
div.DivClassName
{
background-color: #D63589;
}
.BgClassName
{
background-color: #D63589;
}
</style>
border-color css
<style>
span { border-color: #D63589; }
span { border-color: rgb(214,53,137); }
td.TdClassName
{
border-color: #D63589;
}
.TagClassName
{
border-color: #D63589;
}
</style>