Shades of Maverick #D9A6CA
Tints of Maverick #D9A6CA
RGB
CMYK
RGB Variations
Color information
#D9A6CA (or 0xD9A6CA) is known color: Maverick. HEX triplet: D9, A6 and CA. RGB value is (217,166,202). Sum of RGB (Red+Green+Blue) = 217+166+202=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6CA is #265935. Grayscale: #B9B9B9. Windows color (decimal): -2513206 or 13280985. OLE color: 13280985.
HSL color Cylindrical-coordinate representation of color #D9A6CA: hue angle of 317.65º 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 #D9A6CA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 202 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.15 |
| HSL | 317.65º | 0.4% | 0.75% | - |
| HSV(B) | 317.65º | 0.24% | 0.85% | - |
| XYZ | 52.91 | 46.29 | 62.02 | - |
| YUV | 185.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 202 | 0 | 0.24 | 0.07 | 0.15 | 317.65 | 0.4 | 0.75 |
| Hex | D9 | A6 | CA | 0 | 18 | 7 | F | 13E | 28 | 4B |
| Octal | 331 | 246 | 312 | 0 | 30 | 7 | 17 | 476 | 50 | 113 |
| Binary | 11011001 | 10100110 | 11001010 | 0 | 11000 | 111 | 1111 | 100111110 | 101000 | 1001011 |
Color Harmonies of #D9A6CA
Complementary color
Monochromatic Colors of #D9A6CA
Black with #D9A6CA
Text Example
Text Example
White with #D9A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6CA; }
p { color: rgb(217,166,202); }
H1.HeaderClassName
{
color: #D9A6CA;
}
.AnyTagClassName
{
color: #D9A6CA;
}
</style>
background-color css
<style>
a { background-color: #D9A6CA; }
a { background-color: rgb(217,166,202); }
div.DivClassName
{
background-color: #D9A6CA;
}
.BgClassName
{
background-color: #D9A6CA;
}
</style>
border-color css
<style>
span { border-color: #D9A6CA; }
span { border-color: rgb(217,166,202); }
td.TdClassName
{
border-color: #D9A6CA;
}
.TagClassName
{
border-color: #D9A6CA;
}
</style>