Shades of Deep Cerise #D53B9F
Tints of Deep Cerise #D53B9F
RGB
CMYK
RGB Variations
Color information
#D53B9F (or 0xD53B9F) is known color: Deep Cerise. HEX triplet: D5, 3B and 9F. RGB value is (213,59,159). Sum of RGB (Red+Green+Blue) = 213+59+159=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53B9F is #2AC460. Grayscale: #747474. Windows color (decimal): -2802785 or 10435541. OLE color: 10435541.
HSL color Cylindrical-coordinate representation of color #D53B9F: hue angle of 321.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B9F is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 159 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.16 |
| HSL | 321.04º | 0.65% | 0.53% | - |
| HSV(B) | 321.04º | 0.72% | 0.84% | - |
| XYZ | 35.26 | 19.78 | 34.76 | - |
| YUV | 116.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 159 | 0 | 0.72 | 0.25 | 0.16 | 321.04 | 0.65 | 0.53 |
| Hex | D5 | 3B | 9F | 0 | 48 | 19 | 10 | 141 | 41 | 35 |
| Octal | 325 | 73 | 237 | 0 | 110 | 31 | 20 | 501 | 101 | 65 |
| Binary | 11010101 | 111011 | 10011111 | 0 | 1001000 | 11001 | 10000 | 101000001 | 1000001 | 110101 |
Color Harmonies of #D53B9F
Complementary color
Monochromatic Colors of #D53B9F
Black with #D53B9F
Text Example
Text Example
White with #D53B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B9F; }
p { color: rgb(213,59,159); }
H1.HeaderClassName
{
color: #D53B9F;
}
.AnyTagClassName
{
color: #D53B9F;
}
</style>
background-color css
<style>
a { background-color: #D53B9F; }
a { background-color: rgb(213,59,159); }
div.DivClassName
{
background-color: #D53B9F;
}
.BgClassName
{
background-color: #D53B9F;
}
</style>
border-color css
<style>
span { border-color: #D53B9F; }
span { border-color: rgb(213,59,159); }
td.TdClassName
{
border-color: #D53B9F;
}
.TagClassName
{
border-color: #D53B9F;
}
</style>