Shades of Deep Cerise #D53095
Tints of Deep Cerise #D53095
RGB
CMYK
RGB Variations
Color information
#D53095 (or 0xD53095) is known color: Deep Cerise. HEX triplet: D5, 30 and 95. RGB value is (213,48,149). Sum of RGB (Red+Green+Blue) = 213+48+149=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D53095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53095 is #2ACF6A. Grayscale: #6C6C6C. Windows color (decimal): -2805611 or 9777365. OLE color: 9777365.
HSL color Cylindrical-coordinate representation of color #D53095: hue angle of 323.27º 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 #D53095 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 149 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.16 |
| HSL | 323.27º | 0.66% | 0.51% | - |
| HSV(B) | 323.27º | 0.77% | 0.84% | - |
| XYZ | 33.92 | 18.43 | 30.2 | - |
| YUV | 108.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 149 | 0 | 0.77 | 0.30 | 0.16 | 323.27 | 0.66 | 0.51 |
| Hex | D5 | 30 | 95 | 0 | 4D | 1E | 10 | 143 | 42 | 33 |
| Octal | 325 | 60 | 225 | 0 | 115 | 36 | 20 | 503 | 102 | 63 |
| Binary | 11010101 | 110000 | 10010101 | 0 | 1001101 | 11110 | 10000 | 101000011 | 1000010 | 110011 |
Color Harmonies of #D53095
Complementary color
Monochromatic Colors of #D53095
Black with #D53095
Text Example
Text Example
White with #D53095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53095; }
p { color: rgb(213,48,149); }
H1.HeaderClassName
{
color: #D53095;
}
.AnyTagClassName
{
color: #D53095;
}
</style>
background-color css
<style>
a { background-color: #D53095; }
a { background-color: rgb(213,48,149); }
div.DivClassName
{
background-color: #D53095;
}
.BgClassName
{
background-color: #D53095;
}
</style>
border-color css
<style>
span { border-color: #D53095; }
span { border-color: rgb(213,48,149); }
td.TdClassName
{
border-color: #D53095;
}
.TagClassName
{
border-color: #D53095;
}
</style>