Shades of Deep Cerise #D53B9B
Tints of Deep Cerise #D53B9B
RGB
CMYK
RGB Variations
Color information
#D53B9B (or 0xD53B9B) is known color: Deep Cerise. HEX triplet: D5, 3B and 9B. RGB value is (213,59,155). Sum of RGB (Red+Green+Blue) = 213+59+155=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53B9B is #2AC464. Grayscale: #737373. Windows color (decimal): -2802789 or 10173397. OLE color: 10173397.
HSL color Cylindrical-coordinate representation of color #D53B9B: hue angle of 322.6º 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 #D53B9B is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 155 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.16 |
| HSL | 322.6º | 0.65% | 0.53% | - |
| HSV(B) | 322.6º | 0.72% | 0.84% | - |
| XYZ | 34.92 | 19.64 | 32.96 | - |
| YUV | 115.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 155 | 0 | 0.72 | 0.27 | 0.16 | 322.6 | 0.65 | 0.53 |
| Hex | D5 | 3B | 9B | 0 | 48 | 1B | 10 | 143 | 41 | 35 |
| Octal | 325 | 73 | 233 | 0 | 110 | 33 | 20 | 503 | 101 | 65 |
| Binary | 11010101 | 111011 | 10011011 | 0 | 1001000 | 11011 | 10000 | 101000011 | 1000001 | 110101 |
Color Harmonies of #D53B9B
Complementary color
Monochromatic Colors of #D53B9B
Black with #D53B9B
Text Example
Text Example
White with #D53B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B9B; }
p { color: rgb(213,59,155); }
H1.HeaderClassName
{
color: #D53B9B;
}
.AnyTagClassName
{
color: #D53B9B;
}
</style>
background-color css
<style>
a { background-color: #D53B9B; }
a { background-color: rgb(213,59,155); }
div.DivClassName
{
background-color: #D53B9B;
}
.BgClassName
{
background-color: #D53B9B;
}
</style>
border-color css
<style>
span { border-color: #D53B9B; }
span { border-color: rgb(213,59,155); }
td.TdClassName
{
border-color: #D53B9B;
}
.TagClassName
{
border-color: #D53B9B;
}
</style>