Shades of Maverick #D6A3C9
Tints of Maverick #D6A3C9
RGB
CMYK
RGB Variations
Color information
#D6A3C9 (or 0xD6A3C9) is known color: Maverick. HEX triplet: D6, A3 and C9. RGB value is (214,163,201). Sum of RGB (Red+Green+Blue) = 214+163+201=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3C9 is #295C36. Grayscale: #B6B6B6. Windows color (decimal): -2710583 or 13214678. OLE color: 13214678.
HSL color Cylindrical-coordinate representation of color #D6A3C9: hue angle of 315.29º 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 #D6A3C9 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 201 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.16 |
| HSL | 315.29º | 0.38% | 0.74% | - |
| HSV(B) | 315.29º | 0.24% | 0.84% | - |
| XYZ | 51.37 | 44.71 | 61.18 | - |
| YUV | 182.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 201 | 0 | 0.24 | 0.06 | 0.16 | 315.29 | 0.38 | 0.74 |
| Hex | D6 | A3 | C9 | 0 | 18 | 6 | 10 | 13B | 26 | 4A |
| Octal | 326 | 243 | 311 | 0 | 30 | 6 | 20 | 473 | 46 | 112 |
| Binary | 11010110 | 10100011 | 11001001 | 0 | 11000 | 110 | 10000 | 100111011 | 100110 | 1001010 |
Color Harmonies of #D6A3C9
Complementary color
Monochromatic Colors of #D6A3C9
Black with #D6A3C9
Text Example
Text Example
White with #D6A3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3C9; }
p { color: rgb(214,163,201); }
H1.HeaderClassName
{
color: #D6A3C9;
}
.AnyTagClassName
{
color: #D6A3C9;
}
</style>
background-color css
<style>
a { background-color: #D6A3C9; }
a { background-color: rgb(214,163,201); }
div.DivClassName
{
background-color: #D6A3C9;
}
.BgClassName
{
background-color: #D6A3C9;
}
</style>
border-color css
<style>
span { border-color: #D6A3C9; }
span { border-color: rgb(214,163,201); }
td.TdClassName
{
border-color: #D6A3C9;
}
.TagClassName
{
border-color: #D6A3C9;
}
</style>