Shades of Deep Cerise #D53F8E
Tints of Deep Cerise #D53F8E
RGB
CMYK
RGB Variations
Color information
#D53F8E (or 0xD53F8E) is known color: Deep Cerise. HEX triplet: D5, 3F and 8E. RGB value is (213,63,142). Sum of RGB (Red+Green+Blue) = 213+63+142=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F8E is #2AC071. Grayscale: #747474. Windows color (decimal): -2801778 or 9322453. OLE color: 9322453.
HSL color Cylindrical-coordinate representation of color #D53F8E: hue angle of 328.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 #D53F8E is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 142 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.16 |
| HSL | 328.4º | 0.64% | 0.54% | - |
| HSV(B) | 328.4º | 0.7% | 0.84% | - |
| XYZ | 34.1 | 19.65 | 27.59 | - |
| YUV | 116.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 142 | 0 | 0.70 | 0.33 | 0.16 | 328.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | 8E | 0 | 46 | 21 | 10 | 148 | 40 | 36 |
| Octal | 325 | 77 | 216 | 0 | 106 | 41 | 20 | 510 | 100 | 66 |
| Binary | 11010101 | 111111 | 10001110 | 0 | 1000110 | 100001 | 10000 | 101001000 | 1000000 | 110110 |
Color Harmonies of #D53F8E
Complementary color
Monochromatic Colors of #D53F8E
Black with #D53F8E
Text Example
Text Example
White with #D53F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F8E; }
p { color: rgb(213,63,142); }
H1.HeaderClassName
{
color: #D53F8E;
}
.AnyTagClassName
{
color: #D53F8E;
}
</style>
background-color css
<style>
a { background-color: #D53F8E; }
a { background-color: rgb(213,63,142); }
div.DivClassName
{
background-color: #D53F8E;
}
.BgClassName
{
background-color: #D53F8E;
}
</style>
border-color css
<style>
span { border-color: #D53F8E; }
span { border-color: rgb(213,63,142); }
td.TdClassName
{
border-color: #D53F8E;
}
.TagClassName
{
border-color: #D53F8E;
}
</style>