Shades of Deep Cerise #D53B9D
Tints of Deep Cerise #D53B9D
RGB
CMYK
RGB Variations
Color information
#D53B9D (or 0xD53B9D) is known color: Deep Cerise. HEX triplet: D5, 3B and 9D. RGB value is (213,59,157). Sum of RGB (Red+Green+Blue) = 213+59+157=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53B9D is #2AC462. Grayscale: #737373. Windows color (decimal): -2802787 or 10304469. OLE color: 10304469.
HSL color Cylindrical-coordinate representation of color #D53B9D: hue angle of 321.82º 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 #D53B9D is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 157 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.16 |
| HSL | 321.82º | 0.65% | 0.53% | - |
| HSV(B) | 321.82º | 0.72% | 0.84% | - |
| XYZ | 35.09 | 19.71 | 33.85 | - |
| YUV | 116.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 157 | 0 | 0.72 | 0.26 | 0.16 | 321.82 | 0.65 | 0.53 |
| Hex | D5 | 3B | 9D | 0 | 48 | 1A | 10 | 142 | 41 | 35 |
| Octal | 325 | 73 | 235 | 0 | 110 | 32 | 20 | 502 | 101 | 65 |
| Binary | 11010101 | 111011 | 10011101 | 0 | 1001000 | 11010 | 10000 | 101000010 | 1000001 | 110101 |
Color Harmonies of #D53B9D
Complementary color
Monochromatic Colors of #D53B9D
Black with #D53B9D
Text Example
Text Example
White with #D53B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B9D; }
p { color: rgb(213,59,157); }
H1.HeaderClassName
{
color: #D53B9D;
}
.AnyTagClassName
{
color: #D53B9D;
}
</style>
background-color css
<style>
a { background-color: #D53B9D; }
a { background-color: rgb(213,59,157); }
div.DivClassName
{
background-color: #D53B9D;
}
.BgClassName
{
background-color: #D53B9D;
}
</style>
border-color css
<style>
span { border-color: #D53B9D; }
span { border-color: rgb(213,59,157); }
td.TdClassName
{
border-color: #D53B9D;
}
.TagClassName
{
border-color: #D53B9D;
}
</style>