Shades of Maverick #D6A7C4
Tints of Maverick #D6A7C4
RGB
CMYK
RGB Variations
Color information
#D6A7C4 (or 0xD6A7C4) is known color: Maverick. HEX triplet: D6, A7 and C4. RGB value is (214,167,196). Sum of RGB (Red+Green+Blue) = 214+167+196=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C4 is #29583B. Grayscale: #B8B8B8. Windows color (decimal): -2709564 or 12888022. OLE color: 12888022.
HSL color Cylindrical-coordinate representation of color #D6A7C4: hue angle of 322.98º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A7C4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 167 | 196 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.16 |
| HSL | 322.98º | 0.36% | 0.75% | - |
| HSV(B) | 322.98º | 0.22% | 0.84% | - |
| XYZ | 51.51 | 45.92 | 58.37 | - |
| YUV | 184.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 167 | 196 | 0 | 0.22 | 0.08 | 0.16 | 322.98 | 0.36 | 0.75 |
| Hex | D6 | A7 | C4 | 0 | 16 | 8 | 10 | 143 | 24 | 4B |
| Octal | 326 | 247 | 304 | 0 | 26 | 10 | 20 | 503 | 44 | 113 |
| Binary | 11010110 | 10100111 | 11000100 | 0 | 10110 | 1000 | 10000 | 101000011 | 100100 | 1001011 |
Color Harmonies of #D6A7C4
Complementary color
Monochromatic Colors of #D6A7C4
Black with #D6A7C4
Text Example
Text Example
White with #D6A7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A7C4; }
p { color: rgb(214,167,196); }
H1.HeaderClassName
{
color: #D6A7C4;
}
.AnyTagClassName
{
color: #D6A7C4;
}
</style>
background-color css
<style>
a { background-color: #D6A7C4; }
a { background-color: rgb(214,167,196); }
div.DivClassName
{
background-color: #D6A7C4;
}
.BgClassName
{
background-color: #D6A7C4;
}
</style>
border-color css
<style>
span { border-color: #D6A7C4; }
span { border-color: rgb(214,167,196); }
td.TdClassName
{
border-color: #D6A7C4;
}
.TagClassName
{
border-color: #D6A7C4;
}
</style>