Shades of Maverick #D9A8C5
Tints of Maverick #D9A8C5
RGB
CMYK
RGB Variations
Color information
#D9A8C5 (or 0xD9A8C5) is known color: Maverick. HEX triplet: D9, A8 and C5. RGB value is (217,168,197). Sum of RGB (Red+Green+Blue) = 217+168+197=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8C5 is #26573A. Grayscale: #B9B9B9. Windows color (decimal): -2512699 or 12953817. OLE color: 12953817.
HSL color Cylindrical-coordinate representation of color #D9A8C5: hue angle of 324.49º 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 #D9A8C5 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 197 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.15 |
| HSL | 324.49º | 0.39% | 0.75% | - |
| HSV(B) | 324.49º | 0.23% | 0.85% | - |
| XYZ | 52.7 | 46.79 | 59.08 | - |
| YUV | 185.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 197 | 0 | 0.23 | 0.09 | 0.15 | 324.49 | 0.39 | 0.75 |
| Hex | D9 | A8 | C5 | 0 | 17 | 9 | F | 144 | 27 | 4B |
| Octal | 331 | 250 | 305 | 0 | 27 | 11 | 17 | 504 | 47 | 113 |
| Binary | 11011001 | 10101000 | 11000101 | 0 | 10111 | 1001 | 1111 | 101000100 | 100111 | 1001011 |
Color Harmonies of #D9A8C5
Complementary color
Monochromatic Colors of #D9A8C5
Black with #D9A8C5
Text Example
Text Example
White with #D9A8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8C5; }
p { color: rgb(217,168,197); }
H1.HeaderClassName
{
color: #D9A8C5;
}
.AnyTagClassName
{
color: #D9A8C5;
}
</style>
background-color css
<style>
a { background-color: #D9A8C5; }
a { background-color: rgb(217,168,197); }
div.DivClassName
{
background-color: #D9A8C5;
}
.BgClassName
{
background-color: #D9A8C5;
}
</style>
border-color css
<style>
span { border-color: #D9A8C5; }
span { border-color: rgb(217,168,197); }
td.TdClassName
{
border-color: #D9A8C5;
}
.TagClassName
{
border-color: #D9A8C5;
}
</style>