Shades of Deep Cerise #D339A8
Tints of Deep Cerise #D339A8
RGB
CMYK
RGB Variations
Color information
#D339A8 (or 0xD339A8) is known color: Deep Cerise. HEX triplet: D3, 39 and A8. RGB value is (211,57,168). Sum of RGB (Red+Green+Blue) = 211+57+168=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D339A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D339A8 is #2CC657. Grayscale: #737373. Windows color (decimal): -2934360 or 11024851. OLE color: 11024851.
HSL color Cylindrical-coordinate representation of color #D339A8: hue angle of 316.75º 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 #D339A8 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 168 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.17 |
| HSL | 316.75º | 0.64% | 0.53% | - |
| HSV(B) | 316.75º | 0.73% | 0.83% | - |
| XYZ | 35.39 | 19.6 | 38.96 | - |
| YUV | 115.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 168 | 0 | 0.73 | 0.20 | 0.17 | 316.75 | 0.64 | 0.53 |
| Hex | D3 | 39 | A8 | 0 | 49 | 14 | 11 | 13D | 40 | 35 |
| Octal | 323 | 71 | 250 | 0 | 111 | 24 | 21 | 475 | 100 | 65 |
| Binary | 11010011 | 111001 | 10101000 | 0 | 1001001 | 10100 | 10001 | 100111101 | 1000000 | 110101 |
Color Harmonies of #D339A8
Complementary color
Monochromatic Colors of #D339A8
Black with #D339A8
Text Example
Text Example
White with #D339A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339A8; }
p { color: rgb(211,57,168); }
H1.HeaderClassName
{
color: #D339A8;
}
.AnyTagClassName
{
color: #D339A8;
}
</style>
background-color css
<style>
a { background-color: #D339A8; }
a { background-color: rgb(211,57,168); }
div.DivClassName
{
background-color: #D339A8;
}
.BgClassName
{
background-color: #D339A8;
}
</style>
border-color css
<style>
span { border-color: #D339A8; }
span { border-color: rgb(211,57,168); }
td.TdClassName
{
border-color: #D339A8;
}
.TagClassName
{
border-color: #D339A8;
}
</style>