Shades of Maverick #D9A6C7
Tints of Maverick #D9A6C7
RGB
CMYK
RGB Variations
Color information
#D9A6C7 (or 0xD9A6C7) is known color: Maverick. HEX triplet: D9, A6 and C7. RGB value is (217,166,199). Sum of RGB (Red+Green+Blue) = 217+166+199=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6C7 is #265938. Grayscale: #B8B8B8. Windows color (decimal): -2513209 or 13084377. OLE color: 13084377.
HSL color Cylindrical-coordinate representation of color #D9A6C7: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6C7 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 199 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.15 |
| HSL | 321.18º | 0.4% | 0.75% | - |
| HSV(B) | 321.18º | 0.24% | 0.85% | - |
| XYZ | 52.56 | 46.15 | 60.17 | - |
| YUV | 185.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 199 | 0 | 0.24 | 0.08 | 0.15 | 321.18 | 0.4 | 0.75 |
| Hex | D9 | A6 | C7 | 0 | 18 | 8 | F | 141 | 28 | 4B |
| Octal | 331 | 246 | 307 | 0 | 30 | 10 | 17 | 501 | 50 | 113 |
| Binary | 11011001 | 10100110 | 11000111 | 0 | 11000 | 1000 | 1111 | 101000001 | 101000 | 1001011 |
Color Harmonies of #D9A6C7
Complementary color
Monochromatic Colors of #D9A6C7
Black with #D9A6C7
Text Example
Text Example
White with #D9A6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6C7; }
p { color: rgb(217,166,199); }
H1.HeaderClassName
{
color: #D9A6C7;
}
.AnyTagClassName
{
color: #D9A6C7;
}
</style>
background-color css
<style>
a { background-color: #D9A6C7; }
a { background-color: rgb(217,166,199); }
div.DivClassName
{
background-color: #D9A6C7;
}
.BgClassName
{
background-color: #D9A6C7;
}
</style>
border-color css
<style>
span { border-color: #D9A6C7; }
span { border-color: rgb(217,166,199); }
td.TdClassName
{
border-color: #D9A6C7;
}
.TagClassName
{
border-color: #D9A6C7;
}
</style>