Shades of Maverick #D09FC0
Tints of Maverick #D09FC0
RGB
CMYK
RGB Variations
Color information
#D09FC0 (or 0xD09FC0) is known color: Maverick. HEX triplet: D0, 9F and C0. RGB value is (208,159,192). Sum of RGB (Red+Green+Blue) = 208+159+192=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC0 is #2F603F. Grayscale: #B1B1B1. Windows color (decimal): -3104832 or 12623824. OLE color: 12623824.
HSL color Cylindrical-coordinate representation of color #D09FC0: hue angle of 319.59º degrees, saturation: 0.34, 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 #D09FC0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 192 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.18 |
| HSL | 319.59º | 0.34% | 0.72% | - |
| HSV(B) | 319.59º | 0.24% | 0.82% | - |
| XYZ | 47.93 | 42.01 | 55.45 | - |
| YUV | 177.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 192 | 0 | 0.24 | 0.08 | 0.18 | 319.59 | 0.34 | 0.72 |
| Hex | D0 | 9F | C0 | 0 | 18 | 8 | 12 | 140 | 22 | 48 |
| Octal | 320 | 237 | 300 | 0 | 30 | 10 | 22 | 500 | 42 | 110 |
| Binary | 11010000 | 10011111 | 11000000 | 0 | 11000 | 1000 | 10010 | 101000000 | 100010 | 1001000 |
Color Harmonies of #D09FC0
Complementary color
Monochromatic Colors of #D09FC0
Black with #D09FC0
Text Example
Text Example
White with #D09FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FC0; }
p { color: rgb(208,159,192); }
H1.HeaderClassName
{
color: #D09FC0;
}
.AnyTagClassName
{
color: #D09FC0;
}
</style>
background-color css
<style>
a { background-color: #D09FC0; }
a { background-color: rgb(208,159,192); }
div.DivClassName
{
background-color: #D09FC0;
}
.BgClassName
{
background-color: #D09FC0;
}
</style>
border-color css
<style>
span { border-color: #D09FC0; }
span { border-color: rgb(208,159,192); }
td.TdClassName
{
border-color: #D09FC0;
}
.TagClassName
{
border-color: #D09FC0;
}
</style>