Shades of Deep Cerise #D53AA3
Tints of Deep Cerise #D53AA3
RGB
CMYK
RGB Variations
Color information
#D53AA3 (or 0xD53AA3) is known color: Deep Cerise. HEX triplet: D5, 3A and A3. RGB value is (213,58,163). Sum of RGB (Red+Green+Blue) = 213+58+163=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AA3 is #2AC55C. Grayscale: #747474. Windows color (decimal): -2803037 or 10697429. OLE color: 10697429.
HSL color Cylindrical-coordinate representation of color #D53AA3: hue angle of 319.35º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53AA3 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 163 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.16 |
| HSL | 319.35º | 0.65% | 0.53% | - |
| HSV(B) | 319.35º | 0.73% | 0.84% | - |
| XYZ | 35.56 | 19.82 | 36.6 | - |
| YUV | 116.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 163 | 0 | 0.73 | 0.23 | 0.16 | 319.35 | 0.65 | 0.53 |
| Hex | D5 | 3A | A3 | 0 | 49 | 17 | 10 | 13F | 41 | 35 |
| Octal | 325 | 72 | 243 | 0 | 111 | 27 | 20 | 477 | 101 | 65 |
| Binary | 11010101 | 111010 | 10100011 | 0 | 1001001 | 10111 | 10000 | 100111111 | 1000001 | 110101 |
Color Harmonies of #D53AA3
Complementary color
Monochromatic Colors of #D53AA3
Black with #D53AA3
Text Example
Text Example
White with #D53AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AA3; }
p { color: rgb(213,58,163); }
H1.HeaderClassName
{
color: #D53AA3;
}
.AnyTagClassName
{
color: #D53AA3;
}
</style>
background-color css
<style>
a { background-color: #D53AA3; }
a { background-color: rgb(213,58,163); }
div.DivClassName
{
background-color: #D53AA3;
}
.BgClassName
{
background-color: #D53AA3;
}
</style>
border-color css
<style>
span { border-color: #D53AA3; }
span { border-color: rgb(213,58,163); }
td.TdClassName
{
border-color: #D53AA3;
}
.TagClassName
{
border-color: #D53AA3;
}
</style>