Shades of Maverick #D59EC0
Tints of Maverick #D59EC0
RGB
CMYK
RGB Variations
Color information
#D59EC0 (or 0xD59EC0) is known color: Maverick. HEX triplet: D5, 9E and C0. RGB value is (213,158,192). Sum of RGB (Red+Green+Blue) = 213+158+192=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EC0 is #2A613F. Grayscale: #B2B2B2. Windows color (decimal): -2777408 or 12623573. OLE color: 12623573.
HSL color Cylindrical-coordinate representation of color #D59EC0: hue angle of 322.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EC0 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 192 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.16 |
| HSL | 322.91º | 0.4% | 0.73% | - |
| HSV(B) | 322.91º | 0.26% | 0.84% | - |
| XYZ | 49.18 | 42.41 | 55.46 | - |
| YUV | 178.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 192 | 0 | 0.26 | 0.10 | 0.16 | 322.91 | 0.4 | 0.73 |
| Hex | D5 | 9E | C0 | 0 | 1A | A | 10 | 143 | 28 | 49 |
| Octal | 325 | 236 | 300 | 0 | 32 | 12 | 20 | 503 | 50 | 111 |
| Binary | 11010101 | 10011110 | 11000000 | 0 | 11010 | 1010 | 10000 | 101000011 | 101000 | 1001001 |
Color Harmonies of #D59EC0
Complementary color
Monochromatic Colors of #D59EC0
Black with #D59EC0
Text Example
Text Example
White with #D59EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EC0; }
p { color: rgb(213,158,192); }
H1.HeaderClassName
{
color: #D59EC0;
}
.AnyTagClassName
{
color: #D59EC0;
}
</style>
background-color css
<style>
a { background-color: #D59EC0; }
a { background-color: rgb(213,158,192); }
div.DivClassName
{
background-color: #D59EC0;
}
.BgClassName
{
background-color: #D59EC0;
}
</style>
border-color css
<style>
span { border-color: #D59EC0; }
span { border-color: rgb(213,158,192); }
td.TdClassName
{
border-color: #D59EC0;
}
.TagClassName
{
border-color: #D59EC0;
}
</style>