Shades of Maverick #D6A1C2
Tints of Maverick #D6A1C2
RGB
CMYK
RGB Variations
Color information
#D6A1C2 (or 0xD6A1C2) is known color: Maverick. HEX triplet: D6, A1 and C2. RGB value is (214,161,194). Sum of RGB (Red+Green+Blue) = 214+161+194=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1C2 is #295E3D. Grayscale: #B4B4B4. Windows color (decimal): -2711102 or 12755414. OLE color: 12755414.
HSL color Cylindrical-coordinate representation of color #D6A1C2: hue angle of 322.64º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1C2 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 194 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.16 |
| HSL | 322.64º | 0.39% | 0.74% | - |
| HSV(B) | 322.64º | 0.25% | 0.84% | - |
| XYZ | 50.21 | 43.68 | 56.82 | - |
| YUV | 180.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 194 | 0 | 0.25 | 0.09 | 0.16 | 322.64 | 0.39 | 0.74 |
| Hex | D6 | A1 | C2 | 0 | 19 | 9 | 10 | 143 | 27 | 4A |
| Octal | 326 | 241 | 302 | 0 | 31 | 11 | 20 | 503 | 47 | 112 |
| Binary | 11010110 | 10100001 | 11000010 | 0 | 11001 | 1001 | 10000 | 101000011 | 100111 | 1001010 |
Color Harmonies of #D6A1C2
Complementary color
Monochromatic Colors of #D6A1C2
Black with #D6A1C2
Text Example
Text Example
White with #D6A1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A1C2; }
p { color: rgb(214,161,194); }
H1.HeaderClassName
{
color: #D6A1C2;
}
.AnyTagClassName
{
color: #D6A1C2;
}
</style>
background-color css
<style>
a { background-color: #D6A1C2; }
a { background-color: rgb(214,161,194); }
div.DivClassName
{
background-color: #D6A1C2;
}
.BgClassName
{
background-color: #D6A1C2;
}
</style>
border-color css
<style>
span { border-color: #D6A1C2; }
span { border-color: rgb(214,161,194); }
td.TdClassName
{
border-color: #D6A1C2;
}
.TagClassName
{
border-color: #D6A1C2;
}
</style>