Shades of Deep Cerise #D137A0
Tints of Deep Cerise #D137A0
RGB
CMYK
RGB Variations
Color information
#D137A0 (or 0xD137A0) is known color: Deep Cerise. HEX triplet: D1, 37 and A0. RGB value is (209,55,160). Sum of RGB (Red+Green+Blue) = 209+55+160=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D137A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D137A0 is #2EC85F. Grayscale: #707070. Windows color (decimal): -3065952 or 10500049. OLE color: 10500049.
HSL color Cylindrical-coordinate representation of color #D137A0: hue angle of 319.09º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D137A0 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 160 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.18 |
| HSL | 319.09º | 0.63% | 0.52% | - |
| HSV(B) | 319.09º | 0.74% | 0.82% | - |
| XYZ | 34.01 | 18.83 | 35.1 | - |
| YUV | 113.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 160 | 0 | 0.74 | 0.23 | 0.18 | 319.09 | 0.63 | 0.52 |
| Hex | D1 | 37 | A0 | 0 | 4A | 17 | 12 | 13F | 3F | 34 |
| Octal | 321 | 67 | 240 | 0 | 112 | 27 | 22 | 477 | 77 | 64 |
| Binary | 11010001 | 110111 | 10100000 | 0 | 1001010 | 10111 | 10010 | 100111111 | 111111 | 110100 |
Color Harmonies of #D137A0
Complementary color
Monochromatic Colors of #D137A0
Black with #D137A0
Text Example
Text Example
White with #D137A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137A0; }
p { color: rgb(209,55,160); }
H1.HeaderClassName
{
color: #D137A0;
}
.AnyTagClassName
{
color: #D137A0;
}
</style>
background-color css
<style>
a { background-color: #D137A0; }
a { background-color: rgb(209,55,160); }
div.DivClassName
{
background-color: #D137A0;
}
.BgClassName
{
background-color: #D137A0;
}
</style>
border-color css
<style>
span { border-color: #D137A0; }
span { border-color: rgb(209,55,160); }
td.TdClassName
{
border-color: #D137A0;
}
.TagClassName
{
border-color: #D137A0;
}
</style>