Shades of Deep Cerise #D139A2
Tints of Deep Cerise #D139A2
RGB
CMYK
RGB Variations
Color information
#D139A2 (or 0xD139A2) is known color: Deep Cerise. HEX triplet: D1, 39 and A2. RGB value is (209,57,162). Sum of RGB (Red+Green+Blue) = 209+57+162=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D139A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139A2 is #2EC65D. Grayscale: #727272. Windows color (decimal): -3065438 or 10631633. OLE color: 10631633.
HSL color Cylindrical-coordinate representation of color #D139A2: hue angle of 318.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D139A2 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 162 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.18 |
| HSL | 318.55º | 0.62% | 0.52% | - |
| HSV(B) | 318.55º | 0.73% | 0.82% | - |
| XYZ | 34.28 | 19.09 | 36.06 | - |
| YUV | 114.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 162 | 0 | 0.73 | 0.22 | 0.18 | 318.55 | 0.62 | 0.52 |
| Hex | D1 | 39 | A2 | 0 | 49 | 16 | 12 | 13F | 3E | 34 |
| Octal | 321 | 71 | 242 | 0 | 111 | 26 | 22 | 477 | 76 | 64 |
| Binary | 11010001 | 111001 | 10100010 | 0 | 1001001 | 10110 | 10010 | 100111111 | 111110 | 110100 |
Color Harmonies of #D139A2
Complementary color
Monochromatic Colors of #D139A2
Black with #D139A2
Text Example
Text Example
White with #D139A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139A2; }
p { color: rgb(209,57,162); }
H1.HeaderClassName
{
color: #D139A2;
}
.AnyTagClassName
{
color: #D139A2;
}
</style>
background-color css
<style>
a { background-color: #D139A2; }
a { background-color: rgb(209,57,162); }
div.DivClassName
{
background-color: #D139A2;
}
.BgClassName
{
background-color: #D139A2;
}
</style>
border-color css
<style>
span { border-color: #D139A2; }
span { border-color: rgb(209,57,162); }
td.TdClassName
{
border-color: #D139A2;
}
.TagClassName
{
border-color: #D139A2;
}
</style>