Shades of Deep Cerise #D53BA3
Tints of Deep Cerise #D53BA3
RGB
CMYK
RGB Variations
Color information
#D53BA3 (or 0xD53BA3) is known color: Deep Cerise. HEX triplet: D5, 3B and A3. RGB value is (213,59,163). Sum of RGB (Red+Green+Blue) = 213+59+163=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BA3 is #2AC45C. Grayscale: #747474. Windows color (decimal): -2802781 or 10697685. OLE color: 10697685.
HSL color Cylindrical-coordinate representation of color #D53BA3: hue angle of 319.48º 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 #D53BA3 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 163 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.16 |
| HSL | 319.48º | 0.65% | 0.53% | - |
| HSV(B) | 319.48º | 0.72% | 0.84% | - |
| XYZ | 35.62 | 19.92 | 36.62 | - |
| YUV | 116.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 163 | 0 | 0.72 | 0.23 | 0.16 | 319.48 | 0.65 | 0.53 |
| Hex | D5 | 3B | A3 | 0 | 48 | 17 | 10 | 13F | 41 | 35 |
| Octal | 325 | 73 | 243 | 0 | 110 | 27 | 20 | 477 | 101 | 65 |
| Binary | 11010101 | 111011 | 10100011 | 0 | 1001000 | 10111 | 10000 | 100111111 | 1000001 | 110101 |
Color Harmonies of #D53BA3
Complementary color
Monochromatic Colors of #D53BA3
Black with #D53BA3
Text Example
Text Example
White with #D53BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BA3; }
p { color: rgb(213,59,163); }
H1.HeaderClassName
{
color: #D53BA3;
}
.AnyTagClassName
{
color: #D53BA3;
}
</style>
background-color css
<style>
a { background-color: #D53BA3; }
a { background-color: rgb(213,59,163); }
div.DivClassName
{
background-color: #D53BA3;
}
.BgClassName
{
background-color: #D53BA3;
}
</style>
border-color css
<style>
span { border-color: #D53BA3; }
span { border-color: rgb(213,59,163); }
td.TdClassName
{
border-color: #D53BA3;
}
.TagClassName
{
border-color: #D53BA3;
}
</style>