Shades of Maverick #D8A6C5
Tints of Maverick #D8A6C5
RGB
CMYK
RGB Variations
Color information
#D8A6C5 (or 0xD8A6C5) is known color: Maverick. HEX triplet: D8, A6 and C5. RGB value is (216,166,197). Sum of RGB (Red+Green+Blue) = 216+166+197=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6C5 is #27593A. Grayscale: #B8B8B8. Windows color (decimal): -2578747 or 12953304. OLE color: 12953304.
HSL color Cylindrical-coordinate representation of color #D8A6C5: hue angle of 322.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A6C5 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 197 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.15 |
| HSL | 322.8º | 0.39% | 0.75% | - |
| HSV(B) | 322.8º | 0.23% | 0.85% | - |
| XYZ | 52.03 | 45.9 | 58.94 | - |
| YUV | 184.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 197 | 0 | 0.23 | 0.09 | 0.15 | 322.8 | 0.39 | 0.75 |
| Hex | D8 | A6 | C5 | 0 | 17 | 9 | F | 143 | 27 | 4B |
| Octal | 330 | 246 | 305 | 0 | 27 | 11 | 17 | 503 | 47 | 113 |
| Binary | 11011000 | 10100110 | 11000101 | 0 | 10111 | 1001 | 1111 | 101000011 | 100111 | 1001011 |
Color Harmonies of #D8A6C5
Complementary color
Monochromatic Colors of #D8A6C5
Black with #D8A6C5
Text Example
Text Example
White with #D8A6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A6C5; }
p { color: rgb(216,166,197); }
H1.HeaderClassName
{
color: #D8A6C5;
}
.AnyTagClassName
{
color: #D8A6C5;
}
</style>
background-color css
<style>
a { background-color: #D8A6C5; }
a { background-color: rgb(216,166,197); }
div.DivClassName
{
background-color: #D8A6C5;
}
.BgClassName
{
background-color: #D8A6C5;
}
</style>
border-color css
<style>
span { border-color: #D8A6C5; }
span { border-color: rgb(216,166,197); }
td.TdClassName
{
border-color: #D8A6C5;
}
.TagClassName
{
border-color: #D8A6C5;
}
</style>