Shades of Deep Cerise #D439A0
Tints of Deep Cerise #D439A0
RGB
CMYK
RGB Variations
Color information
#D439A0 (or 0xD439A0) is known color: Deep Cerise. HEX triplet: D4, 39 and A0. RGB value is (212,57,160). Sum of RGB (Red+Green+Blue) = 212+57+160=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D439A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D439A0 is #2BC65F. Grayscale: #727272. Windows color (decimal): -2868832 or 10500564. OLE color: 10500564.
HSL color Cylindrical-coordinate representation of color #D439A0: hue angle of 320.13º 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 #D439A0 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 160 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.17 |
| HSL | 320.13º | 0.64% | 0.53% | - |
| HSV(B) | 320.13º | 0.73% | 0.83% | - |
| XYZ | 34.96 | 19.46 | 35.17 | - |
| YUV | 115.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 160 | 0 | 0.73 | 0.25 | 0.17 | 320.13 | 0.64 | 0.53 |
| Hex | D4 | 39 | A0 | 0 | 49 | 19 | 11 | 140 | 40 | 35 |
| Octal | 324 | 71 | 240 | 0 | 111 | 31 | 21 | 500 | 100 | 65 |
| Binary | 11010100 | 111001 | 10100000 | 0 | 1001001 | 11001 | 10001 | 101000000 | 1000000 | 110101 |
Color Harmonies of #D439A0
Complementary color
Monochromatic Colors of #D439A0
Black with #D439A0
Text Example
Text Example
White with #D439A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439A0; }
p { color: rgb(212,57,160); }
H1.HeaderClassName
{
color: #D439A0;
}
.AnyTagClassName
{
color: #D439A0;
}
</style>
background-color css
<style>
a { background-color: #D439A0; }
a { background-color: rgb(212,57,160); }
div.DivClassName
{
background-color: #D439A0;
}
.BgClassName
{
background-color: #D439A0;
}
</style>
border-color css
<style>
span { border-color: #D439A0; }
span { border-color: rgb(212,57,160); }
td.TdClassName
{
border-color: #D439A0;
}
.TagClassName
{
border-color: #D439A0;
}
</style>