Shades of Deep Cerise #D63592
Tints of Deep Cerise #D63592
RGB
CMYK
RGB Variations
Color information
#D63592 (or 0xD63592) is known color: Deep Cerise. HEX triplet: D6, 35 and 92. RGB value is (214,53,146). Sum of RGB (Red+Green+Blue) = 214+53+146=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63592 is #29CA6D. Grayscale: #6F6F6F. Windows color (decimal): -2738798 or 9582038. OLE color: 9582038.
HSL color Cylindrical-coordinate representation of color #D63592: hue angle of 325.34º 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 #D63592 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 146 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.16 |
| HSL | 325.34º | 0.66% | 0.52% | - |
| HSV(B) | 325.34º | 0.75% | 0.84% | - |
| XYZ | 34.19 | 18.92 | 29.04 | - |
| YUV | 111.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 146 | 0 | 0.75 | 0.32 | 0.16 | 325.34 | 0.66 | 0.52 |
| Hex | D6 | 35 | 92 | 0 | 4B | 20 | 10 | 145 | 42 | 34 |
| Octal | 326 | 65 | 222 | 0 | 113 | 40 | 20 | 505 | 102 | 64 |
| Binary | 11010110 | 110101 | 10010010 | 0 | 1001011 | 100000 | 10000 | 101000101 | 1000010 | 110100 |
Color Harmonies of #D63592
Complementary color
Monochromatic Colors of #D63592
Black with #D63592
Text Example
Text Example
White with #D63592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63592; }
p { color: rgb(214,53,146); }
H1.HeaderClassName
{
color: #D63592;
}
.AnyTagClassName
{
color: #D63592;
}
</style>
background-color css
<style>
a { background-color: #D63592; }
a { background-color: rgb(214,53,146); }
div.DivClassName
{
background-color: #D63592;
}
.BgClassName
{
background-color: #D63592;
}
</style>
border-color css
<style>
span { border-color: #D63592; }
span { border-color: rgb(214,53,146); }
td.TdClassName
{
border-color: #D63592;
}
.TagClassName
{
border-color: #D63592;
}
</style>