Shades of Deep Cerise #D339AA
Tints of Deep Cerise #D339AA
RGB
CMYK
RGB Variations
Color information
#D339AA (or 0xD339AA) is known color: Deep Cerise. HEX triplet: D3, 39 and AA. RGB value is (211,57,170). Sum of RGB (Red+Green+Blue) = 211+57+170=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D339AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D339AA is #2CC655. Grayscale: #737373. Windows color (decimal): -2934358 or 11155923. OLE color: 11155923.
HSL color Cylindrical-coordinate representation of color #D339AA: hue angle of 315.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D339AA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 170 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.17 |
| HSL | 315.97º | 0.64% | 0.53% | - |
| HSV(B) | 315.97º | 0.73% | 0.83% | - |
| XYZ | 35.58 | 19.68 | 39.95 | - |
| YUV | 115.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 170 | 0 | 0.73 | 0.19 | 0.17 | 315.97 | 0.64 | 0.53 |
| Hex | D3 | 39 | AA | 0 | 49 | 13 | 11 | 13C | 40 | 35 |
| Octal | 323 | 71 | 252 | 0 | 111 | 23 | 21 | 474 | 100 | 65 |
| Binary | 11010011 | 111001 | 10101010 | 0 | 1001001 | 10011 | 10001 | 100111100 | 1000000 | 110101 |
Color Harmonies of #D339AA
Complementary color
Monochromatic Colors of #D339AA
Black with #D339AA
Text Example
Text Example
White with #D339AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339AA; }
p { color: rgb(211,57,170); }
H1.HeaderClassName
{
color: #D339AA;
}
.AnyTagClassName
{
color: #D339AA;
}
</style>
background-color css
<style>
a { background-color: #D339AA; }
a { background-color: rgb(211,57,170); }
div.DivClassName
{
background-color: #D339AA;
}
.BgClassName
{
background-color: #D339AA;
}
</style>
border-color css
<style>
span { border-color: #D339AA; }
span { border-color: rgb(211,57,170); }
td.TdClassName
{
border-color: #D339AA;
}
.TagClassName
{
border-color: #D339AA;
}
</style>