Shades of Maverick #D6A3C7
Tints of Maverick #D6A3C7
RGB
CMYK
RGB Variations
Color information
#D6A3C7 (or 0xD6A3C7) is known color: Maverick. HEX triplet: D6, A3 and C7. RGB value is (214,163,199). Sum of RGB (Red+Green+Blue) = 214+163+199=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3C7 is #295C38. Grayscale: #B6B6B6. Windows color (decimal): -2710585 or 13083606. OLE color: 13083606.
HSL color Cylindrical-coordinate representation of color #D6A3C7: hue angle of 317.65º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3C7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 199 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.16 |
| HSL | 317.65º | 0.38% | 0.74% | - |
| HSV(B) | 317.65º | 0.24% | 0.84% | - |
| XYZ | 51.14 | 44.61 | 59.95 | - |
| YUV | 182.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 199 | 0 | 0.24 | 0.07 | 0.16 | 317.65 | 0.38 | 0.74 |
| Hex | D6 | A3 | C7 | 0 | 18 | 7 | 10 | 13E | 26 | 4A |
| Octal | 326 | 243 | 307 | 0 | 30 | 7 | 20 | 476 | 46 | 112 |
| Binary | 11010110 | 10100011 | 11000111 | 0 | 11000 | 111 | 10000 | 100111110 | 100110 | 1001010 |
Color Harmonies of #D6A3C7
Complementary color
Monochromatic Colors of #D6A3C7
Black with #D6A3C7
Text Example
Text Example
White with #D6A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3C7; }
p { color: rgb(214,163,199); }
H1.HeaderClassName
{
color: #D6A3C7;
}
.AnyTagClassName
{
color: #D6A3C7;
}
</style>
background-color css
<style>
a { background-color: #D6A3C7; }
a { background-color: rgb(214,163,199); }
div.DivClassName
{
background-color: #D6A3C7;
}
.BgClassName
{
background-color: #D6A3C7;
}
</style>
border-color css
<style>
span { border-color: #D6A3C7; }
span { border-color: rgb(214,163,199); }
td.TdClassName
{
border-color: #D6A3C7;
}
.TagClassName
{
border-color: #D6A3C7;
}
</style>