Shades of Deep Cerise #D53AA5
Tints of Deep Cerise #D53AA5
RGB
CMYK
RGB Variations
Color information
#D53AA5 (or 0xD53AA5) is known color: Deep Cerise. HEX triplet: D5, 3A and A5. RGB value is (213,58,165). Sum of RGB (Red+Green+Blue) = 213+58+165=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AA5 is #2AC55A. Grayscale: #747474. Windows color (decimal): -2803035 or 10828501. OLE color: 10828501.
HSL color Cylindrical-coordinate representation of color #D53AA5: hue angle of 318.58º 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 #D53AA5 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 165 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.16 |
| HSL | 318.58º | 0.65% | 0.53% | - |
| HSV(B) | 318.58º | 0.73% | 0.84% | - |
| XYZ | 35.75 | 19.89 | 37.55 | - |
| YUV | 116.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 165 | 0 | 0.73 | 0.23 | 0.16 | 318.58 | 0.65 | 0.53 |
| Hex | D5 | 3A | A5 | 0 | 49 | 17 | 10 | 13F | 41 | 35 |
| Octal | 325 | 72 | 245 | 0 | 111 | 27 | 20 | 477 | 101 | 65 |
| Binary | 11010101 | 111010 | 10100101 | 0 | 1001001 | 10111 | 10000 | 100111111 | 1000001 | 110101 |
Color Harmonies of #D53AA5
Complementary color
Monochromatic Colors of #D53AA5
Black with #D53AA5
Text Example
Text Example
White with #D53AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AA5; }
p { color: rgb(213,58,165); }
H1.HeaderClassName
{
color: #D53AA5;
}
.AnyTagClassName
{
color: #D53AA5;
}
</style>
background-color css
<style>
a { background-color: #D53AA5; }
a { background-color: rgb(213,58,165); }
div.DivClassName
{
background-color: #D53AA5;
}
.BgClassName
{
background-color: #D53AA5;
}
</style>
border-color css
<style>
span { border-color: #D53AA5; }
span { border-color: rgb(213,58,165); }
td.TdClassName
{
border-color: #D53AA5;
}
.TagClassName
{
border-color: #D53AA5;
}
</style>