Shades of Maverick #D1A3BF
Tints of Maverick #D1A3BF
RGB
CMYK
RGB Variations
Color information
#D1A3BF (or 0xD1A3BF) is known color: Maverick. HEX triplet: D1, A3 and BF. RGB value is (209,163,191). Sum of RGB (Red+Green+Blue) = 209+163+191=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3BF is #2E5C40. Grayscale: #B3B3B3. Windows color (decimal): -3038273 or 12559313. OLE color: 12559313.
HSL color Cylindrical-coordinate representation of color #D1A3BF: hue angle of 323.48º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A3BF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 191 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.18 |
| HSL | 323.48º | 0.33% | 0.73% | - |
| HSV(B) | 323.48º | 0.22% | 0.82% | - |
| XYZ | 48.8 | 43.51 | 55.12 | - |
| YUV | 179.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 191 | 0 | 0.22 | 0.09 | 0.18 | 323.48 | 0.33 | 0.73 |
| Hex | D1 | A3 | BF | 0 | 16 | 9 | 12 | 143 | 21 | 49 |
| Octal | 321 | 243 | 277 | 0 | 26 | 11 | 22 | 503 | 41 | 111 |
| Binary | 11010001 | 10100011 | 10111111 | 0 | 10110 | 1001 | 10010 | 101000011 | 100001 | 1001001 |
Color Harmonies of #D1A3BF
Complementary color
Monochromatic Colors of #D1A3BF
Black with #D1A3BF
Text Example
Text Example
White with #D1A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3BF; }
p { color: rgb(209,163,191); }
H1.HeaderClassName
{
color: #D1A3BF;
}
.AnyTagClassName
{
color: #D1A3BF;
}
</style>
background-color css
<style>
a { background-color: #D1A3BF; }
a { background-color: rgb(209,163,191); }
div.DivClassName
{
background-color: #D1A3BF;
}
.BgClassName
{
background-color: #D1A3BF;
}
</style>
border-color css
<style>
span { border-color: #D1A3BF; }
span { border-color: rgb(209,163,191); }
td.TdClassName
{
border-color: #D1A3BF;
}
.TagClassName
{
border-color: #D1A3BF;
}
</style>