Shades of Deep Cerise #D63588
Tints of Deep Cerise #D63588
RGB
CMYK
RGB Variations
Color information
#D63588 (or 0xD63588) is known color: Deep Cerise. HEX triplet: D6, 35 and 88. RGB value is (214,53,136). Sum of RGB (Red+Green+Blue) = 214+53+136=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D63588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63588 is #29CA77. Grayscale: #6E6E6E. Windows color (decimal): -2738808 or 8926678. OLE color: 8926678.
HSL color Cylindrical-coordinate representation of color #D63588: hue angle of 329.07º 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 #D63588 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 136 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.16 |
| HSL | 329.07º | 0.66% | 0.52% | - |
| HSV(B) | 329.07º | 0.75% | 0.84% | - |
| XYZ | 33.45 | 18.62 | 25.12 | - |
| YUV | 110.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 136 | 0 | 0.75 | 0.36 | 0.16 | 329.07 | 0.66 | 0.52 |
| Hex | D6 | 35 | 88 | 0 | 4B | 24 | 10 | 149 | 42 | 34 |
| Octal | 326 | 65 | 210 | 0 | 113 | 44 | 20 | 511 | 102 | 64 |
| Binary | 11010110 | 110101 | 10001000 | 0 | 1001011 | 100100 | 10000 | 101001001 | 1000010 | 110100 |
Color Harmonies of #D63588
Complementary color
Monochromatic Colors of #D63588
Black with #D63588
Text Example
Text Example
White with #D63588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63588; }
p { color: rgb(214,53,136); }
H1.HeaderClassName
{
color: #D63588;
}
.AnyTagClassName
{
color: #D63588;
}
</style>
background-color css
<style>
a { background-color: #D63588; }
a { background-color: rgb(214,53,136); }
div.DivClassName
{
background-color: #D63588;
}
.BgClassName
{
background-color: #D63588;
}
</style>
border-color css
<style>
span { border-color: #D63588; }
span { border-color: rgb(214,53,136); }
td.TdClassName
{
border-color: #D63588;
}
.TagClassName
{
border-color: #D63588;
}
</style>