Shades of Deep Cerise #D53192
Tints of Deep Cerise #D53192
RGB
CMYK
RGB Variations
Color information
#D53192 (or 0xD53192) is known color: Deep Cerise. HEX triplet: D5, 31 and 92. RGB value is (213,49,146). Sum of RGB (Red+Green+Blue) = 213+49+146=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D53192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53192 is #2ACE6D. Grayscale: #6C6C6C. Windows color (decimal): -2805358 or 9581013. OLE color: 9581013.
HSL color Cylindrical-coordinate representation of color #D53192: hue angle of 324.51º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53192 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 146 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.16 |
| HSL | 324.51º | 0.66% | 0.51% | - |
| HSV(B) | 324.51º | 0.77% | 0.84% | - |
| XYZ | 33.73 | 18.42 | 28.97 | - |
| YUV | 109.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 146 | 0 | 0.77 | 0.31 | 0.16 | 324.51 | 0.66 | 0.51 |
| Hex | D5 | 31 | 92 | 0 | 4D | 1F | 10 | 145 | 42 | 33 |
| Octal | 325 | 61 | 222 | 0 | 115 | 37 | 20 | 505 | 102 | 63 |
| Binary | 11010101 | 110001 | 10010010 | 0 | 1001101 | 11111 | 10000 | 101000101 | 1000010 | 110011 |
Color Harmonies of #D53192
Complementary color
Monochromatic Colors of #D53192
Black with #D53192
Text Example
Text Example
White with #D53192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53192; }
p { color: rgb(213,49,146); }
H1.HeaderClassName
{
color: #D53192;
}
.AnyTagClassName
{
color: #D53192;
}
</style>
background-color css
<style>
a { background-color: #D53192; }
a { background-color: rgb(213,49,146); }
div.DivClassName
{
background-color: #D53192;
}
.BgClassName
{
background-color: #D53192;
}
</style>
border-color css
<style>
span { border-color: #D53192; }
span { border-color: rgb(213,49,146); }
td.TdClassName
{
border-color: #D53192;
}
.TagClassName
{
border-color: #D53192;
}
</style>