Shades of Maverick #D9A9C6
Tints of Maverick #D9A9C6
RGB
CMYK
RGB Variations
Color information
#D9A9C6 (or 0xD9A9C6) is known color: Maverick. HEX triplet: D9, A9 and C6. RGB value is (217,169,198). Sum of RGB (Red+Green+Blue) = 217+169+198=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9C6 is #265639. Grayscale: #BABABA. Windows color (decimal): -2512442 or 13019609. OLE color: 13019609.
HSL color Cylindrical-coordinate representation of color #D9A9C6: hue angle of 323.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9C6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 198 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.15 |
| HSL | 323.75º | 0.39% | 0.76% | - |
| HSV(B) | 323.75º | 0.22% | 0.85% | - |
| XYZ | 53 | 47.2 | 59.74 | - |
| YUV | 186.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 198 | 0 | 0.22 | 0.09 | 0.15 | 323.75 | 0.39 | 0.76 |
| Hex | D9 | A9 | C6 | 0 | 16 | 9 | F | 144 | 27 | 4C |
| Octal | 331 | 251 | 306 | 0 | 26 | 11 | 17 | 504 | 47 | 114 |
| Binary | 11011001 | 10101001 | 11000110 | 0 | 10110 | 1001 | 1111 | 101000100 | 100111 | 1001100 |
Color Harmonies of #D9A9C6
Complementary color
Monochromatic Colors of #D9A9C6
Black with #D9A9C6
Text Example
Text Example
White with #D9A9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A9C6; }
p { color: rgb(217,169,198); }
H1.HeaderClassName
{
color: #D9A9C6;
}
.AnyTagClassName
{
color: #D9A9C6;
}
</style>
background-color css
<style>
a { background-color: #D9A9C6; }
a { background-color: rgb(217,169,198); }
div.DivClassName
{
background-color: #D9A9C6;
}
.BgClassName
{
background-color: #D9A9C6;
}
</style>
border-color css
<style>
span { border-color: #D9A9C6; }
span { border-color: rgb(217,169,198); }
td.TdClassName
{
border-color: #D9A9C6;
}
.TagClassName
{
border-color: #D9A9C6;
}
</style>