Shades of Maverick #D49FC0
Tints of Maverick #D49FC0
RGB
CMYK
RGB Variations
Color information
#D49FC0 (or 0xD49FC0) is known color: Maverick. HEX triplet: D4, 9F and C0. RGB value is (212,159,192). Sum of RGB (Red+Green+Blue) = 212+159+192=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FC0 is #2B603F. Grayscale: #B2B2B2. Windows color (decimal): -2842688 or 12623828. OLE color: 12623828.
HSL color Cylindrical-coordinate representation of color #D49FC0: hue angle of 322.64º degrees, saturation: 0.38, 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 #D49FC0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 192 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.17 |
| HSL | 322.64º | 0.38% | 0.73% | - |
| HSV(B) | 322.64º | 0.25% | 0.83% | - |
| XYZ | 49.06 | 42.6 | 55.51 | - |
| YUV | 178.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 192 | 0 | 0.25 | 0.09 | 0.17 | 322.64 | 0.38 | 0.73 |
| Hex | D4 | 9F | C0 | 0 | 19 | 9 | 11 | 143 | 26 | 49 |
| Octal | 324 | 237 | 300 | 0 | 31 | 11 | 21 | 503 | 46 | 111 |
| Binary | 11010100 | 10011111 | 11000000 | 0 | 11001 | 1001 | 10001 | 101000011 | 100110 | 1001001 |
Color Harmonies of #D49FC0
Complementary color
Monochromatic Colors of #D49FC0
Black with #D49FC0
Text Example
Text Example
White with #D49FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FC0; }
p { color: rgb(212,159,192); }
H1.HeaderClassName
{
color: #D49FC0;
}
.AnyTagClassName
{
color: #D49FC0;
}
</style>
background-color css
<style>
a { background-color: #D49FC0; }
a { background-color: rgb(212,159,192); }
div.DivClassName
{
background-color: #D49FC0;
}
.BgClassName
{
background-color: #D49FC0;
}
</style>
border-color css
<style>
span { border-color: #D49FC0; }
span { border-color: rgb(212,159,192); }
td.TdClassName
{
border-color: #D49FC0;
}
.TagClassName
{
border-color: #D49FC0;
}
</style>