Shades of Deep Cerise #D53875
Tints of Deep Cerise #D53875
RGB
CMYK
RGB Variations
Color information
#D53875 (or 0xD53875) is known color: Deep Cerise. HEX triplet: D5, 38 and 75. RGB value is (213,56,117). Sum of RGB (Red+Green+Blue) = 213+56+117=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D53875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53875 is #2AC78A. Grayscale: #6D6D6D. Windows color (decimal): -2803595 or 7682261. OLE color: 7682261.
HSL color Cylindrical-coordinate representation of color #D53875: hue angle of 336.69º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53875 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 117 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.16 |
| HSL | 336.69º | 0.65% | 0.53% | - |
| HSV(B) | 336.69º | 0.74% | 0.84% | - |
| XYZ | 32.07 | 18.26 | 18.66 | - |
| YUV | 109.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 117 | 0 | 0.74 | 0.45 | 0.16 | 336.69 | 0.65 | 0.53 |
| Hex | D5 | 38 | 75 | 0 | 4A | 2D | 10 | 151 | 41 | 35 |
| Octal | 325 | 70 | 165 | 0 | 112 | 55 | 20 | 521 | 101 | 65 |
| Binary | 11010101 | 111000 | 1110101 | 0 | 1001010 | 101101 | 10000 | 101010001 | 1000001 | 110101 |
Color Harmonies of #D53875
Complementary color
Monochromatic Colors of #D53875
Black with #D53875
Text Example
Text Example
White with #D53875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53875; }
p { color: rgb(213,56,117); }
H1.HeaderClassName
{
color: #D53875;
}
.AnyTagClassName
{
color: #D53875;
}
</style>
background-color css
<style>
a { background-color: #D53875; }
a { background-color: rgb(213,56,117); }
div.DivClassName
{
background-color: #D53875;
}
.BgClassName
{
background-color: #D53875;
}
</style>
border-color css
<style>
span { border-color: #D53875; }
span { border-color: rgb(213,56,117); }
td.TdClassName
{
border-color: #D53875;
}
.TagClassName
{
border-color: #D53875;
}
</style>