Shades of Maverick #D19EC0
Tints of Maverick #D19EC0
RGB
CMYK
RGB Variations
Color information
#D19EC0 (or 0xD19EC0) is known color: Maverick. HEX triplet: D1, 9E and C0. RGB value is (209,158,192). Sum of RGB (Red+Green+Blue) = 209+158+192=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EC0 is #2E613F. Grayscale: #B1B1B1. Windows color (decimal): -3039552 or 12623569. OLE color: 12623569.
HSL color Cylindrical-coordinate representation of color #D19EC0: hue angle of 320º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EC0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 192 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.18 |
| HSL | 320º | 0.36% | 0.72% | - |
| HSV(B) | 320º | 0.24% | 0.82% | - |
| XYZ | 48.04 | 41.81 | 55.41 | - |
| YUV | 177.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 192 | 0 | 0.24 | 0.08 | 0.18 | 320 | 0.36 | 0.72 |
| Hex | D1 | 9E | C0 | 0 | 18 | 8 | 12 | 140 | 24 | 48 |
| Octal | 321 | 236 | 300 | 0 | 30 | 10 | 22 | 500 | 44 | 110 |
| Binary | 11010001 | 10011110 | 11000000 | 0 | 11000 | 1000 | 10010 | 101000000 | 100100 | 1001000 |
Color Harmonies of #D19EC0
Complementary color
Monochromatic Colors of #D19EC0
Black with #D19EC0
Text Example
Text Example
White with #D19EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EC0; }
p { color: rgb(209,158,192); }
H1.HeaderClassName
{
color: #D19EC0;
}
.AnyTagClassName
{
color: #D19EC0;
}
</style>
background-color css
<style>
a { background-color: #D19EC0; }
a { background-color: rgb(209,158,192); }
div.DivClassName
{
background-color: #D19EC0;
}
.BgClassName
{
background-color: #D19EC0;
}
</style>
border-color css
<style>
span { border-color: #D19EC0; }
span { border-color: rgb(209,158,192); }
td.TdClassName
{
border-color: #D19EC0;
}
.TagClassName
{
border-color: #D19EC0;
}
</style>