Shades of Deep Cerise #D53F93
Tints of Deep Cerise #D53F93
RGB
CMYK
RGB Variations
Color information
#D53F93 (or 0xD53F93) is known color: Deep Cerise. HEX triplet: D5, 3F and 93. RGB value is (213,63,147). Sum of RGB (Red+Green+Blue) = 213+63+147=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F93 is #2AC06C. Grayscale: #757575. Windows color (decimal): -2801773 or 9650133. OLE color: 9650133.
HSL color Cylindrical-coordinate representation of color #D53F93: hue angle of 326.4º 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 #D53F93 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 147 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.16 |
| HSL | 326.4º | 0.64% | 0.54% | - |
| HSV(B) | 326.4º | 0.7% | 0.84% | - |
| XYZ | 34.48 | 19.81 | 29.61 | - |
| YUV | 117.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 147 | 0 | 0.70 | 0.31 | 0.16 | 326.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | 93 | 0 | 46 | 1F | 10 | 146 | 40 | 36 |
| Octal | 325 | 77 | 223 | 0 | 106 | 37 | 20 | 506 | 100 | 66 |
| Binary | 11010101 | 111111 | 10010011 | 0 | 1000110 | 11111 | 10000 | 101000110 | 1000000 | 110110 |
Color Harmonies of #D53F93
Complementary color
Monochromatic Colors of #D53F93
Black with #D53F93
Text Example
Text Example
White with #D53F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F93; }
p { color: rgb(213,63,147); }
H1.HeaderClassName
{
color: #D53F93;
}
.AnyTagClassName
{
color: #D53F93;
}
</style>
background-color css
<style>
a { background-color: #D53F93; }
a { background-color: rgb(213,63,147); }
div.DivClassName
{
background-color: #D53F93;
}
.BgClassName
{
background-color: #D53F93;
}
</style>
border-color css
<style>
span { border-color: #D53F93; }
span { border-color: rgb(213,63,147); }
td.TdClassName
{
border-color: #D53F93;
}
.TagClassName
{
border-color: #D53F93;
}
</style>