Shades of Maverick #D1AABA
Tints of Maverick #D1AABA
RGB
CMYK
RGB Variations
Color information
#D1AABA (or 0xD1AABA) is known color: Maverick. HEX triplet: D1, AA and BA. RGB value is (209,170,186). Sum of RGB (Red+Green+Blue) = 209+170+186=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AABA is #2E5545. Grayscale: #B7B7B7. Windows color (decimal): -3036486 or 12233425. OLE color: 12233425.
HSL color Cylindrical-coordinate representation of color #D1AABA: hue angle of 335.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AABA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 186 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.18 |
| HSL | 335.38º | 0.3% | 0.74% | - |
| HSV(B) | 335.38º | 0.19% | 0.82% | - |
| XYZ | 49.53 | 45.85 | 52.69 | - |
| YUV | 183.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 186 | 0 | 0.19 | 0.11 | 0.18 | 335.38 | 0.3 | 0.74 |
| Hex | D1 | AA | BA | 0 | 13 | B | 12 | 14F | 1E | 4A |
| Octal | 321 | 252 | 272 | 0 | 23 | 13 | 22 | 517 | 36 | 112 |
| Binary | 11010001 | 10101010 | 10111010 | 0 | 10011 | 1011 | 10010 | 101001111 | 11110 | 1001010 |
Color Harmonies of #D1AABA
Complementary color
Monochromatic Colors of #D1AABA
Black with #D1AABA
Text Example
Text Example
White with #D1AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AABA; }
p { color: rgb(209,170,186); }
H1.HeaderClassName
{
color: #D1AABA;
}
.AnyTagClassName
{
color: #D1AABA;
}
</style>
background-color css
<style>
a { background-color: #D1AABA; }
a { background-color: rgb(209,170,186); }
div.DivClassName
{
background-color: #D1AABA;
}
.BgClassName
{
background-color: #D1AABA;
}
</style>
border-color css
<style>
span { border-color: #D1AABA; }
span { border-color: rgb(209,170,186); }
td.TdClassName
{
border-color: #D1AABA;
}
.TagClassName
{
border-color: #D1AABA;
}
</style>