Shades of Deep Cerise #D53BA2
Tints of Deep Cerise #D53BA2
RGB
CMYK
RGB Variations
Color information
#D53BA2 (or 0xD53BA2) is known color: Deep Cerise. HEX triplet: D5, 3B and A2. RGB value is (213,59,162). Sum of RGB (Red+Green+Blue) = 213+59+162=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BA2 is #2AC45D. Grayscale: #747474. Windows color (decimal): -2802782 or 10632149. OLE color: 10632149.
HSL color Cylindrical-coordinate representation of color #D53BA2: hue angle of 319.87º 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 #D53BA2 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 162 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.16 |
| HSL | 319.87º | 0.65% | 0.53% | - |
| HSV(B) | 319.87º | 0.72% | 0.84% | - |
| XYZ | 35.53 | 19.88 | 36.15 | - |
| YUV | 116.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 162 | 0 | 0.72 | 0.24 | 0.16 | 319.87 | 0.65 | 0.53 |
| Hex | D5 | 3B | A2 | 0 | 48 | 18 | 10 | 140 | 41 | 35 |
| Octal | 325 | 73 | 242 | 0 | 110 | 30 | 20 | 500 | 101 | 65 |
| Binary | 11010101 | 111011 | 10100010 | 0 | 1001000 | 11000 | 10000 | 101000000 | 1000001 | 110101 |
Color Harmonies of #D53BA2
Complementary color
Monochromatic Colors of #D53BA2
Black with #D53BA2
Text Example
Text Example
White with #D53BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BA2; }
p { color: rgb(213,59,162); }
H1.HeaderClassName
{
color: #D53BA2;
}
.AnyTagClassName
{
color: #D53BA2;
}
</style>
background-color css
<style>
a { background-color: #D53BA2; }
a { background-color: rgb(213,59,162); }
div.DivClassName
{
background-color: #D53BA2;
}
.BgClassName
{
background-color: #D53BA2;
}
</style>
border-color css
<style>
span { border-color: #D53BA2; }
span { border-color: rgb(213,59,162); }
td.TdClassName
{
border-color: #D53BA2;
}
.TagClassName
{
border-color: #D53BA2;
}
</style>