Shades of Maverick #D9A0CA
Tints of Maverick #D9A0CA
RGB
CMYK
RGB Variations
Color information
#D9A0CA (or 0xD9A0CA) is known color: Maverick. HEX triplet: D9, A0 and CA. RGB value is (217,160,202). Sum of RGB (Red+Green+Blue) = 217+160+202=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CA is #265F35. Grayscale: #B5B5B5. Windows color (decimal): -2514742 or 13279449. OLE color: 13279449.
HSL color Cylindrical-coordinate representation of color #D9A0CA: hue angle of 315.79º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0CA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 202 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.15 |
| HSL | 315.79º | 0.43% | 0.74% | - |
| HSV(B) | 315.79º | 0.26% | 0.85% | - |
| XYZ | 51.85 | 44.16 | 61.67 | - |
| YUV | 181.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 202 | 0 | 0.26 | 0.07 | 0.15 | 315.79 | 0.43 | 0.74 |
| Hex | D9 | A0 | CA | 0 | 1A | 7 | F | 13C | 2B | 4A |
| Octal | 331 | 240 | 312 | 0 | 32 | 7 | 17 | 474 | 53 | 112 |
| Binary | 11011001 | 10100000 | 11001010 | 0 | 11010 | 111 | 1111 | 100111100 | 101011 | 1001010 |
Color Harmonies of #D9A0CA
Complementary color
Monochromatic Colors of #D9A0CA
Black with #D9A0CA
Text Example
Text Example
White with #D9A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0CA; }
p { color: rgb(217,160,202); }
H1.HeaderClassName
{
color: #D9A0CA;
}
.AnyTagClassName
{
color: #D9A0CA;
}
</style>
background-color css
<style>
a { background-color: #D9A0CA; }
a { background-color: rgb(217,160,202); }
div.DivClassName
{
background-color: #D9A0CA;
}
.BgClassName
{
background-color: #D9A0CA;
}
</style>
border-color css
<style>
span { border-color: #D9A0CA; }
span { border-color: rgb(217,160,202); }
td.TdClassName
{
border-color: #D9A0CA;
}
.TagClassName
{
border-color: #D9A0CA;
}
</style>