Shades of Deep Cerise #D63292
Tints of Deep Cerise #D63292
RGB
CMYK
RGB Variations
Color information
#D63292 (or 0xD63292) is known color: Deep Cerise. HEX triplet: D6, 32 and 92. RGB value is (214,50,146). Sum of RGB (Red+Green+Blue) = 214+50+146=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D63292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63292 is #29CD6D. Grayscale: #6D6D6D. Windows color (decimal): -2739566 or 9581270. OLE color: 9581270.
HSL color Cylindrical-coordinate representation of color #D63292: hue angle of 324.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63292 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 146 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.16 |
| HSL | 324.88º | 0.67% | 0.52% | - |
| HSV(B) | 324.88º | 0.77% | 0.84% | - |
| XYZ | 34.06 | 18.65 | 29 | - |
| YUV | 109.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 146 | 0 | 0.77 | 0.32 | 0.16 | 324.88 | 0.67 | 0.52 |
| Hex | D6 | 32 | 92 | 0 | 4D | 20 | 10 | 145 | 43 | 34 |
| Octal | 326 | 62 | 222 | 0 | 115 | 40 | 20 | 505 | 103 | 64 |
| Binary | 11010110 | 110010 | 10010010 | 0 | 1001101 | 100000 | 10000 | 101000101 | 1000011 | 110100 |
Color Harmonies of #D63292
Complementary color
Monochromatic Colors of #D63292
Black with #D63292
Text Example
Text Example
White with #D63292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63292; }
p { color: rgb(214,50,146); }
H1.HeaderClassName
{
color: #D63292;
}
.AnyTagClassName
{
color: #D63292;
}
</style>
background-color css
<style>
a { background-color: #D63292; }
a { background-color: rgb(214,50,146); }
div.DivClassName
{
background-color: #D63292;
}
.BgClassName
{
background-color: #D63292;
}
</style>
border-color css
<style>
span { border-color: #D63292; }
span { border-color: rgb(214,50,146); }
td.TdClassName
{
border-color: #D63292;
}
.TagClassName
{
border-color: #D63292;
}
</style>