Shades of Deep Cerise #D539A4
Tints of Deep Cerise #D539A4
RGB
CMYK
RGB Variations
Color information
#D539A4 (or 0xD539A4) is known color: Deep Cerise. HEX triplet: D5, 39 and A4. RGB value is (213,57,164). Sum of RGB (Red+Green+Blue) = 213+57+164=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D539A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D539A4 is #2AC65B. Grayscale: #737373. Windows color (decimal): -2803292 or 10762709. OLE color: 10762709.
HSL color Cylindrical-coordinate representation of color #D539A4: hue angle of 318.85º 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 #D539A4 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 164 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.16 |
| HSL | 318.85º | 0.65% | 0.53% | - |
| HSV(B) | 318.85º | 0.73% | 0.84% | - |
| XYZ | 35.6 | 19.75 | 37.06 | - |
| YUV | 115.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 164 | 0 | 0.73 | 0.23 | 0.16 | 318.85 | 0.65 | 0.53 |
| Hex | D5 | 39 | A4 | 0 | 49 | 17 | 10 | 13F | 41 | 35 |
| Octal | 325 | 71 | 244 | 0 | 111 | 27 | 20 | 477 | 101 | 65 |
| Binary | 11010101 | 111001 | 10100100 | 0 | 1001001 | 10111 | 10000 | 100111111 | 1000001 | 110101 |
Color Harmonies of #D539A4
Complementary color
Monochromatic Colors of #D539A4
Black with #D539A4
Text Example
Text Example
White with #D539A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539A4; }
p { color: rgb(213,57,164); }
H1.HeaderClassName
{
color: #D539A4;
}
.AnyTagClassName
{
color: #D539A4;
}
</style>
background-color css
<style>
a { background-color: #D539A4; }
a { background-color: rgb(213,57,164); }
div.DivClassName
{
background-color: #D539A4;
}
.BgClassName
{
background-color: #D539A4;
}
</style>
border-color css
<style>
span { border-color: #D539A4; }
span { border-color: rgb(213,57,164); }
td.TdClassName
{
border-color: #D539A4;
}
.TagClassName
{
border-color: #D539A4;
}
</style>