Shades of Deep Cerise #D53375
Tints of Deep Cerise #D53375
RGB
CMYK
RGB Variations
Color information
#D53375 (or 0xD53375) is known color: Deep Cerise. HEX triplet: D5, 33 and 75. RGB value is (213,51,117). Sum of RGB (Red+Green+Blue) = 213+51+117=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53375 is #2ACC8A. Grayscale: #6A6A6A. Windows color (decimal): -2804875 or 7680981. OLE color: 7680981.
HSL color Cylindrical-coordinate representation of color #D53375: hue angle of 335.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53375 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 117 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.16 |
| HSL | 335.56º | 0.66% | 0.52% | - |
| HSV(B) | 335.56º | 0.76% | 0.84% | - |
| XYZ | 31.84 | 17.8 | 18.59 | - |
| YUV | 106.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 117 | 0 | 0.76 | 0.45 | 0.16 | 335.56 | 0.66 | 0.52 |
| Hex | D5 | 33 | 75 | 0 | 4C | 2D | 10 | 150 | 42 | 34 |
| Octal | 325 | 63 | 165 | 0 | 114 | 55 | 20 | 520 | 102 | 64 |
| Binary | 11010101 | 110011 | 1110101 | 0 | 1001100 | 101101 | 10000 | 101010000 | 1000010 | 110100 |
Color Harmonies of #D53375
Complementary color
Monochromatic Colors of #D53375
Black with #D53375
Text Example
Text Example
White with #D53375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53375; }
p { color: rgb(213,51,117); }
H1.HeaderClassName
{
color: #D53375;
}
.AnyTagClassName
{
color: #D53375;
}
</style>
background-color css
<style>
a { background-color: #D53375; }
a { background-color: rgb(213,51,117); }
div.DivClassName
{
background-color: #D53375;
}
.BgClassName
{
background-color: #D53375;
}
</style>
border-color css
<style>
span { border-color: #D53375; }
span { border-color: rgb(213,51,117); }
td.TdClassName
{
border-color: #D53375;
}
.TagClassName
{
border-color: #D53375;
}
</style>