Shades of Deep Cerise #D53F8C
Tints of Deep Cerise #D53F8C
RGB
CMYK
RGB Variations
Color information
#D53F8C (or 0xD53F8C) is known color: Deep Cerise. HEX triplet: D5, 3F and 8C. RGB value is (213,63,140). Sum of RGB (Red+Green+Blue) = 213+63+140=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F8C is #2AC073. Grayscale: #747474. Windows color (decimal): -2801780 or 9191381. OLE color: 9191381.
HSL color Cylindrical-coordinate representation of color #D53F8C: hue angle of 329.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F8C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 140 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.16 |
| HSL | 329.2º | 0.64% | 0.54% | - |
| HSV(B) | 329.2º | 0.7% | 0.84% | - |
| XYZ | 33.95 | 19.59 | 26.8 | - |
| YUV | 116.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 140 | 0 | 0.70 | 0.34 | 0.16 | 329.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | 8C | 0 | 46 | 22 | 10 | 149 | 40 | 36 |
| Octal | 325 | 77 | 214 | 0 | 106 | 42 | 20 | 511 | 100 | 66 |
| Binary | 11010101 | 111111 | 10001100 | 0 | 1000110 | 100010 | 10000 | 101001001 | 1000000 | 110110 |
Color Harmonies of #D53F8C
Complementary color
Monochromatic Colors of #D53F8C
Black with #D53F8C
Text Example
Text Example
White with #D53F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F8C; }
p { color: rgb(213,63,140); }
H1.HeaderClassName
{
color: #D53F8C;
}
.AnyTagClassName
{
color: #D53F8C;
}
</style>
background-color css
<style>
a { background-color: #D53F8C; }
a { background-color: rgb(213,63,140); }
div.DivClassName
{
background-color: #D53F8C;
}
.BgClassName
{
background-color: #D53F8C;
}
</style>
border-color css
<style>
span { border-color: #D53F8C; }
span { border-color: rgb(213,63,140); }
td.TdClassName
{
border-color: #D53F8C;
}
.TagClassName
{
border-color: #D53F8C;
}
</style>