Shades of Deep Cerise #D53075
Tints of Deep Cerise #D53075
RGB
CMYK
RGB Variations
Color information
#D53075 (or 0xD53075) is known color: Deep Cerise. HEX triplet: D5, 30 and 75. RGB value is (213,48,117). Sum of RGB (Red+Green+Blue) = 213+48+117=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D53075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53075 is #2ACF8A. Grayscale: #696969. Windows color (decimal): -2805643 or 7680213. OLE color: 7680213.
HSL color Cylindrical-coordinate representation of color #D53075: hue angle of 334.91º 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 #D53075 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 117 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.16 |
| HSL | 334.91º | 0.66% | 0.51% | - |
| HSV(B) | 334.91º | 0.77% | 0.84% | - |
| XYZ | 31.71 | 17.54 | 18.54 | - |
| YUV | 105.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 117 | 0 | 0.77 | 0.45 | 0.16 | 334.91 | 0.66 | 0.51 |
| Hex | D5 | 30 | 75 | 0 | 4D | 2D | 10 | 14F | 42 | 33 |
| Octal | 325 | 60 | 165 | 0 | 115 | 55 | 20 | 517 | 102 | 63 |
| Binary | 11010101 | 110000 | 1110101 | 0 | 1001101 | 101101 | 10000 | 101001111 | 1000010 | 110011 |
Color Harmonies of #D53075
Complementary color
Monochromatic Colors of #D53075
Black with #D53075
Text Example
Text Example
White with #D53075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53075; }
p { color: rgb(213,48,117); }
H1.HeaderClassName
{
color: #D53075;
}
.AnyTagClassName
{
color: #D53075;
}
</style>
background-color css
<style>
a { background-color: #D53075; }
a { background-color: rgb(213,48,117); }
div.DivClassName
{
background-color: #D53075;
}
.BgClassName
{
background-color: #D53075;
}
</style>
border-color css
<style>
span { border-color: #D53075; }
span { border-color: rgb(213,48,117); }
td.TdClassName
{
border-color: #D53075;
}
.TagClassName
{
border-color: #D53075;
}
</style>