Shades of Maverick #D09EC0
Tints of Maverick #D09EC0
RGB
CMYK
RGB Variations
Color information
#D09EC0 (or 0xD09EC0) is known color: Maverick. HEX triplet: D0, 9E and C0. RGB value is (208,158,192). Sum of RGB (Red+Green+Blue) = 208+158+192=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EC0 is #2F613F. Grayscale: #B0B0B0. Windows color (decimal): -3105088 or 12623568. OLE color: 12623568.
HSL color Cylindrical-coordinate representation of color #D09EC0: hue angle of 319.2º degrees, saturation: 0.35, 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 #D09EC0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 192 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.18 |
| HSL | 319.2º | 0.35% | 0.72% | - |
| HSV(B) | 319.2º | 0.24% | 0.82% | - |
| XYZ | 47.75 | 41.67 | 55.4 | - |
| YUV | 176.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 192 | 0 | 0.24 | 0.08 | 0.18 | 319.2 | 0.35 | 0.72 |
| Hex | D0 | 9E | C0 | 0 | 18 | 8 | 12 | 13F | 23 | 48 |
| Octal | 320 | 236 | 300 | 0 | 30 | 10 | 22 | 477 | 43 | 110 |
| Binary | 11010000 | 10011110 | 11000000 | 0 | 11000 | 1000 | 10010 | 100111111 | 100011 | 1001000 |
Color Harmonies of #D09EC0
Complementary color
Monochromatic Colors of #D09EC0
Black with #D09EC0
Text Example
Text Example
White with #D09EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EC0; }
p { color: rgb(208,158,192); }
H1.HeaderClassName
{
color: #D09EC0;
}
.AnyTagClassName
{
color: #D09EC0;
}
</style>
background-color css
<style>
a { background-color: #D09EC0; }
a { background-color: rgb(208,158,192); }
div.DivClassName
{
background-color: #D09EC0;
}
.BgClassName
{
background-color: #D09EC0;
}
</style>
border-color css
<style>
span { border-color: #D09EC0; }
span { border-color: rgb(208,158,192); }
td.TdClassName
{
border-color: #D09EC0;
}
.TagClassName
{
border-color: #D09EC0;
}
</style>