Shades of Deep Cerise #D131AD
Tints of Deep Cerise #D131AD
RGB
CMYK
RGB Variations
Color information
#D131AD (or 0xD131AD) is known color: Deep Cerise. HEX triplet: D1, 31 and AD. RGB value is (209,49,173). Sum of RGB (Red+Green+Blue) = 209+49+173=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D131AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131AD is #2ECE52. Grayscale: #6E6E6E. Windows color (decimal): -3067475 or 11350481. OLE color: 11350481.
HSL color Cylindrical-coordinate representation of color #D131AD: hue angle of 313.5º 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 #D131AD is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 173 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.18 |
| HSL | 313.5º | 0.63% | 0.51% | - |
| HSV(B) | 313.5º | 0.77% | 0.82% | - |
| XYZ | 34.94 | 18.77 | 41.32 | - |
| YUV | 110.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 173 | 0 | 0.77 | 0.17 | 0.18 | 313.5 | 0.63 | 0.51 |
| Hex | D1 | 31 | AD | 0 | 4D | 11 | 12 | 13A | 3F | 33 |
| Octal | 321 | 61 | 255 | 0 | 115 | 21 | 22 | 472 | 77 | 63 |
| Binary | 11010001 | 110001 | 10101101 | 0 | 1001101 | 10001 | 10010 | 100111010 | 111111 | 110011 |
Color Harmonies of #D131AD
Complementary color
Monochromatic Colors of #D131AD
Black with #D131AD
Text Example
Text Example
White with #D131AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131AD; }
p { color: rgb(209,49,173); }
H1.HeaderClassName
{
color: #D131AD;
}
.AnyTagClassName
{
color: #D131AD;
}
</style>
background-color css
<style>
a { background-color: #D131AD; }
a { background-color: rgb(209,49,173); }
div.DivClassName
{
background-color: #D131AD;
}
.BgClassName
{
background-color: #D131AD;
}
</style>
border-color css
<style>
span { border-color: #D131AD; }
span { border-color: rgb(209,49,173); }
td.TdClassName
{
border-color: #D131AD;
}
.TagClassName
{
border-color: #D131AD;
}
</style>