Shades of Deep Cerise #D131A9
Tints of Deep Cerise #D131A9
RGB
CMYK
RGB Variations
Color information
#D131A9 (or 0xD131A9) is known color: Deep Cerise. HEX triplet: D1, 31 and A9. RGB value is (209,49,169). Sum of RGB (Red+Green+Blue) = 209+49+169=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D131A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131A9 is #2ECE56. Grayscale: #6E6E6E. Windows color (decimal): -3067479 or 11088337. OLE color: 11088337.
HSL color Cylindrical-coordinate representation of color #D131A9: hue angle of 315º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D131A9 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 169 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.18 |
| HSL | 315º | 0.63% | 0.51% | - |
| HSV(B) | 315º | 0.77% | 0.82% | - |
| XYZ | 34.55 | 18.62 | 39.31 | - |
| YUV | 110.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 169 | 0 | 0.77 | 0.19 | 0.18 | 315 | 0.63 | 0.51 |
| Hex | D1 | 31 | A9 | 0 | 4D | 13 | 12 | 13B | 3F | 33 |
| Octal | 321 | 61 | 251 | 0 | 115 | 23 | 22 | 473 | 77 | 63 |
| Binary | 11010001 | 110001 | 10101001 | 0 | 1001101 | 10011 | 10010 | 100111011 | 111111 | 110011 |
Color Harmonies of #D131A9
Complementary color
Monochromatic Colors of #D131A9
Black with #D131A9
Text Example
Text Example
White with #D131A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131A9; }
p { color: rgb(209,49,169); }
H1.HeaderClassName
{
color: #D131A9;
}
.AnyTagClassName
{
color: #D131A9;
}
</style>
background-color css
<style>
a { background-color: #D131A9; }
a { background-color: rgb(209,49,169); }
div.DivClassName
{
background-color: #D131A9;
}
.BgClassName
{
background-color: #D131A9;
}
</style>
border-color css
<style>
span { border-color: #D131A9; }
span { border-color: rgb(209,49,169); }
td.TdClassName
{
border-color: #D131A9;
}
.TagClassName
{
border-color: #D131A9;
}
</style>