Shades of Maverick #D49EC0
Tints of Maverick #D49EC0
RGB
CMYK
RGB Variations
Color information
#D49EC0 (or 0xD49EC0) is known color: Maverick. HEX triplet: D4, 9E and C0. RGB value is (212,158,192). Sum of RGB (Red+Green+Blue) = 212+158+192=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC0 is #2B613F. Grayscale: #B1B1B1. Windows color (decimal): -2842944 or 12623572. OLE color: 12623572.
HSL color Cylindrical-coordinate representation of color #D49EC0: hue angle of 322.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EC0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 192 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.17 |
| HSL | 322.22º | 0.39% | 0.73% | - |
| HSV(B) | 322.22º | 0.25% | 0.83% | - |
| XYZ | 48.89 | 42.26 | 55.45 | - |
| YUV | 178.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 192 | 0 | 0.25 | 0.09 | 0.17 | 322.22 | 0.39 | 0.73 |
| Hex | D4 | 9E | C0 | 0 | 19 | 9 | 11 | 142 | 27 | 49 |
| Octal | 324 | 236 | 300 | 0 | 31 | 11 | 21 | 502 | 47 | 111 |
| Binary | 11010100 | 10011110 | 11000000 | 0 | 11001 | 1001 | 10001 | 101000010 | 100111 | 1001001 |
Color Harmonies of #D49EC0
Complementary color
Monochromatic Colors of #D49EC0
Black with #D49EC0
Text Example
Text Example
White with #D49EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EC0; }
p { color: rgb(212,158,192); }
H1.HeaderClassName
{
color: #D49EC0;
}
.AnyTagClassName
{
color: #D49EC0;
}
</style>
background-color css
<style>
a { background-color: #D49EC0; }
a { background-color: rgb(212,158,192); }
div.DivClassName
{
background-color: #D49EC0;
}
.BgClassName
{
background-color: #D49EC0;
}
</style>
border-color css
<style>
span { border-color: #D49EC0; }
span { border-color: rgb(212,158,192); }
td.TdClassName
{
border-color: #D49EC0;
}
.TagClassName
{
border-color: #D49EC0;
}
</style>