Shades of Deep Cerise #D537AC
Tints of Deep Cerise #D537AC
RGB
CMYK
RGB Variations
Color information
#D537AC (or 0xD537AC) is known color: Deep Cerise. HEX triplet: D5, 37 and AC. RGB value is (213,55,172). Sum of RGB (Red+Green+Blue) = 213+55+172=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D537AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D537AC is #2AC853. Grayscale: #737373. Windows color (decimal): -2803796 or 11286485. OLE color: 11286485.
HSL color Cylindrical-coordinate representation of color #D537AC: hue angle of 315.57º 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 #D537AC is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 172 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.16 |
| HSL | 315.57º | 0.65% | 0.53% | - |
| HSV(B) | 315.57º | 0.74% | 0.84% | - |
| XYZ | 36.25 | 19.86 | 40.95 | - |
| YUV | 115.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 172 | 0 | 0.74 | 0.19 | 0.16 | 315.57 | 0.65 | 0.53 |
| Hex | D5 | 37 | AC | 0 | 4A | 13 | 10 | 13C | 41 | 35 |
| Octal | 325 | 67 | 254 | 0 | 112 | 23 | 20 | 474 | 101 | 65 |
| Binary | 11010101 | 110111 | 10101100 | 0 | 1001010 | 10011 | 10000 | 100111100 | 1000001 | 110101 |
Color Harmonies of #D537AC
Complementary color
Monochromatic Colors of #D537AC
Black with #D537AC
Text Example
Text Example
White with #D537AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537AC; }
p { color: rgb(213,55,172); }
H1.HeaderClassName
{
color: #D537AC;
}
.AnyTagClassName
{
color: #D537AC;
}
</style>
background-color css
<style>
a { background-color: #D537AC; }
a { background-color: rgb(213,55,172); }
div.DivClassName
{
background-color: #D537AC;
}
.BgClassName
{
background-color: #D537AC;
}
</style>
border-color css
<style>
span { border-color: #D537AC; }
span { border-color: rgb(213,55,172); }
td.TdClassName
{
border-color: #D537AC;
}
.TagClassName
{
border-color: #D537AC;
}
</style>