Shades of Deep Cerise #D539AD
Tints of Deep Cerise #D539AD
RGB
CMYK
RGB Variations
Color information
#D539AD (or 0xD539AD) is known color: Deep Cerise. HEX triplet: D5, 39 and AD. RGB value is (213,57,173). Sum of RGB (Red+Green+Blue) = 213+57+173=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D539AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D539AD is #2AC652. Grayscale: #747474. Windows color (decimal): -2803283 or 11352533. OLE color: 11352533.
HSL color Cylindrical-coordinate representation of color #D539AD: hue angle of 315.38º 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 #D539AD is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 173 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.16 |
| HSL | 315.38º | 0.65% | 0.53% | - |
| HSV(B) | 315.38º | 0.73% | 0.84% | - |
| XYZ | 36.45 | 20.09 | 41.49 | - |
| YUV | 116.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 173 | 0 | 0.73 | 0.19 | 0.16 | 315.38 | 0.65 | 0.53 |
| Hex | D5 | 39 | AD | 0 | 49 | 13 | 10 | 13B | 41 | 35 |
| Octal | 325 | 71 | 255 | 0 | 111 | 23 | 20 | 473 | 101 | 65 |
| Binary | 11010101 | 111001 | 10101101 | 0 | 1001001 | 10011 | 10000 | 100111011 | 1000001 | 110101 |
Color Harmonies of #D539AD
Complementary color
Monochromatic Colors of #D539AD
Black with #D539AD
Text Example
Text Example
White with #D539AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539AD; }
p { color: rgb(213,57,173); }
H1.HeaderClassName
{
color: #D539AD;
}
.AnyTagClassName
{
color: #D539AD;
}
</style>
background-color css
<style>
a { background-color: #D539AD; }
a { background-color: rgb(213,57,173); }
div.DivClassName
{
background-color: #D539AD;
}
.BgClassName
{
background-color: #D539AD;
}
</style>
border-color css
<style>
span { border-color: #D539AD; }
span { border-color: rgb(213,57,173); }
td.TdClassName
{
border-color: #D539AD;
}
.TagClassName
{
border-color: #D539AD;
}
</style>