Shades of Maverick #D5A3C7
Tints of Maverick #D5A3C7
RGB
CMYK
RGB Variations
Color information
#D5A3C7 (or 0xD5A3C7) is known color: Maverick. HEX triplet: D5, A3 and C7. RGB value is (213,163,199). Sum of RGB (Red+Green+Blue) = 213+163+199=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3C7 is #2A5C38. Grayscale: #B5B5B5. Windows color (decimal): -2776121 or 13083605. OLE color: 13083605.
HSL color Cylindrical-coordinate representation of color #D5A3C7: hue angle of 316.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3C7 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 199 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.16 |
| HSL | 316.8º | 0.37% | 0.74% | - |
| HSV(B) | 316.8º | 0.23% | 0.84% | - |
| XYZ | 50.85 | 44.46 | 59.94 | - |
| YUV | 182.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 199 | 0 | 0.23 | 0.07 | 0.16 | 316.8 | 0.37 | 0.74 |
| Hex | D5 | A3 | C7 | 0 | 17 | 7 | 10 | 13D | 25 | 4A |
| Octal | 325 | 243 | 307 | 0 | 27 | 7 | 20 | 475 | 45 | 112 |
| Binary | 11010101 | 10100011 | 11000111 | 0 | 10111 | 111 | 10000 | 100111101 | 100101 | 1001010 |
Color Harmonies of #D5A3C7
Complementary color
Monochromatic Colors of #D5A3C7
Black with #D5A3C7
Text Example
Text Example
White with #D5A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3C7; }
p { color: rgb(213,163,199); }
H1.HeaderClassName
{
color: #D5A3C7;
}
.AnyTagClassName
{
color: #D5A3C7;
}
</style>
background-color css
<style>
a { background-color: #D5A3C7; }
a { background-color: rgb(213,163,199); }
div.DivClassName
{
background-color: #D5A3C7;
}
.BgClassName
{
background-color: #D5A3C7;
}
</style>
border-color css
<style>
span { border-color: #D5A3C7; }
span { border-color: rgb(213,163,199); }
td.TdClassName
{
border-color: #D5A3C7;
}
.TagClassName
{
border-color: #D5A3C7;
}
</style>