Shades of Deep Cerise #D537AA
Tints of Deep Cerise #D537AA
RGB
CMYK
RGB Variations
Color information
#D537AA (or 0xD537AA) is known color: Deep Cerise. HEX triplet: D5, 37 and AA. RGB value is (213,55,170). Sum of RGB (Red+Green+Blue) = 213+55+170=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D537AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537AA is #2AC855. Grayscale: #737373. Windows color (decimal): -2803798 or 11155413. OLE color: 11155413.
HSL color Cylindrical-coordinate representation of color #D537AA: hue angle of 316.33º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D537AA is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 170 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.16 |
| HSL | 316.33º | 0.65% | 0.53% | - |
| HSV(B) | 316.33º | 0.74% | 0.84% | - |
| XYZ | 36.06 | 19.78 | 39.95 | - |
| YUV | 115.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 170 | 0 | 0.74 | 0.20 | 0.16 | 316.33 | 0.65 | 0.53 |
| Hex | D5 | 37 | AA | 0 | 4A | 14 | 10 | 13C | 41 | 35 |
| Octal | 325 | 67 | 252 | 0 | 112 | 24 | 20 | 474 | 101 | 65 |
| Binary | 11010101 | 110111 | 10101010 | 0 | 1001010 | 10100 | 10000 | 100111100 | 1000001 | 110101 |
Color Harmonies of #D537AA
Complementary color
Monochromatic Colors of #D537AA
Black with #D537AA
Text Example
Text Example
White with #D537AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537AA; }
p { color: rgb(213,55,170); }
H1.HeaderClassName
{
color: #D537AA;
}
.AnyTagClassName
{
color: #D537AA;
}
</style>
background-color css
<style>
a { background-color: #D537AA; }
a { background-color: rgb(213,55,170); }
div.DivClassName
{
background-color: #D537AA;
}
.BgClassName
{
background-color: #D537AA;
}
</style>
border-color css
<style>
span { border-color: #D537AA; }
span { border-color: rgb(213,55,170); }
td.TdClassName
{
border-color: #D537AA;
}
.TagClassName
{
border-color: #D537AA;
}
</style>