Shades of Maverick #D3AABF
Tints of Maverick #D3AABF
RGB
CMYK
RGB Variations
Color information
#D3AABF (or 0xD3AABF) is known color: Maverick. HEX triplet: D3, AA and BF. RGB value is (211,170,191). Sum of RGB (Red+Green+Blue) = 211+170+191=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AABF is #2C5540. Grayscale: #B8B8B8. Windows color (decimal): -2905409 or 12561107. OLE color: 12561107.
HSL color Cylindrical-coordinate representation of color #D3AABF: hue angle of 329.27º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AABF is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 191 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.17 |
| HSL | 329.27º | 0.32% | 0.75% | - |
| HSV(B) | 329.27º | 0.19% | 0.83% | - |
| XYZ | 50.64 | 46.36 | 55.57 | - |
| YUV | 184.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 191 | 0 | 0.19 | 0.09 | 0.17 | 329.27 | 0.32 | 0.75 |
| Hex | D3 | AA | BF | 0 | 13 | 9 | 11 | 149 | 20 | 4B |
| Octal | 323 | 252 | 277 | 0 | 23 | 11 | 21 | 511 | 40 | 113 |
| Binary | 11010011 | 10101010 | 10111111 | 0 | 10011 | 1001 | 10001 | 101001001 | 100000 | 1001011 |
Color Harmonies of #D3AABF
Complementary color
Monochromatic Colors of #D3AABF
Black with #D3AABF
Text Example
Text Example
White with #D3AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AABF; }
p { color: rgb(211,170,191); }
H1.HeaderClassName
{
color: #D3AABF;
}
.AnyTagClassName
{
color: #D3AABF;
}
</style>
background-color css
<style>
a { background-color: #D3AABF; }
a { background-color: rgb(211,170,191); }
div.DivClassName
{
background-color: #D3AABF;
}
.BgClassName
{
background-color: #D3AABF;
}
</style>
border-color css
<style>
span { border-color: #D3AABF; }
span { border-color: rgb(211,170,191); }
td.TdClassName
{
border-color: #D3AABF;
}
.TagClassName
{
border-color: #D3AABF;
}
</style>