Shades of Deep Cerise #D53C8D
Tints of Deep Cerise #D53C8D
RGB
CMYK
RGB Variations
Color information
#D53C8D (or 0xD53C8D) is known color: Deep Cerise. HEX triplet: D5, 3C and 8D. RGB value is (213,60,141). Sum of RGB (Red+Green+Blue) = 213+60+141=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53C8D is #2AC372. Grayscale: #727272. Windows color (decimal): -2802547 or 9256149. OLE color: 9256149.
HSL color Cylindrical-coordinate representation of color #D53C8D: hue angle of 328.24º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53C8D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 141 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.16 |
| HSL | 328.24º | 0.65% | 0.54% | - |
| HSV(B) | 328.24º | 0.72% | 0.84% | - |
| XYZ | 33.86 | 19.3 | 27.14 | - |
| YUV | 114.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 141 | 0 | 0.72 | 0.34 | 0.16 | 328.24 | 0.65 | 0.54 |
| Hex | D5 | 3C | 8D | 0 | 48 | 22 | 10 | 148 | 41 | 36 |
| Octal | 325 | 74 | 215 | 0 | 110 | 42 | 20 | 510 | 101 | 66 |
| Binary | 11010101 | 111100 | 10001101 | 0 | 1001000 | 100010 | 10000 | 101001000 | 1000001 | 110110 |
Color Harmonies of #D53C8D
Complementary color
Monochromatic Colors of #D53C8D
Black with #D53C8D
Text Example
Text Example
White with #D53C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C8D; }
p { color: rgb(213,60,141); }
H1.HeaderClassName
{
color: #D53C8D;
}
.AnyTagClassName
{
color: #D53C8D;
}
</style>
background-color css
<style>
a { background-color: #D53C8D; }
a { background-color: rgb(213,60,141); }
div.DivClassName
{
background-color: #D53C8D;
}
.BgClassName
{
background-color: #D53C8D;
}
</style>
border-color css
<style>
span { border-color: #D53C8D; }
span { border-color: rgb(213,60,141); }
td.TdClassName
{
border-color: #D53C8D;
}
.TagClassName
{
border-color: #D53C8D;
}
</style>