Shades of Deep Cerise #D131AA
Tints of Deep Cerise #D131AA
RGB
CMYK
RGB Variations
Color information
#D131AA (or 0xD131AA) is known color: Deep Cerise. HEX triplet: D1, 31 and AA. RGB value is (209,49,170). Sum of RGB (Red+Green+Blue) = 209+49+170=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D131AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131AA is #2ECE55. Grayscale: #6E6E6E. Windows color (decimal): -3067478 or 11153873. OLE color: 11153873.
HSL color Cylindrical-coordinate representation of color #D131AA: hue angle of 314.62º 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 #D131AA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 170 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.18 |
| HSL | 314.63º | 0.63% | 0.51% | - |
| HSV(B) | 314.63º | 0.77% | 0.82% | - |
| XYZ | 34.65 | 18.65 | 39.8 | - |
| YUV | 110.63 | 161.51 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 170 | 0 | 0.77 | 0.19 | 0.18 | 314.63 | 0.63 | 0.51 |
| Hex | D1 | 31 | AA | 0 | 4D | 13 | 12 | 13B | 3F | 33 |
| Octal | 321 | 61 | 252 | 0 | 115 | 23 | 22 | 473 | 77 | 63 |
| Binary | 11010001 | 110001 | 10101010 | 0 | 1001101 | 10011 | 10010 | 100111011 | 111111 | 110011 |
Color Harmonies of #D131AA
Complementary color
Monochromatic Colors of #D131AA
Black with #D131AA
Text Example
Text Example
White with #D131AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131AA; }
p { color: rgb(209,49,170); }
H1.HeaderClassName
{
color: #D131AA;
}
.AnyTagClassName
{
color: #D131AA;
}
</style>
background-color css
<style>
a { background-color: #D131AA; }
a { background-color: rgb(209,49,170); }
div.DivClassName
{
background-color: #D131AA;
}
.BgClassName
{
background-color: #D131AA;
}
</style>
border-color css
<style>
span { border-color: #D131AA; }
span { border-color: rgb(209,49,170); }
td.TdClassName
{
border-color: #D131AA;
}
.TagClassName
{
border-color: #D131AA;
}
</style>