Shades of Maverick #D8A1C7
Tints of Maverick #D8A1C7
RGB
CMYK
RGB Variations
Color information
#D8A1C7 (or 0xD8A1C7) is known color: Maverick. HEX triplet: D8, A1 and C7. RGB value is (216,161,199). Sum of RGB (Red+Green+Blue) = 216+161+199=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1C7 is #275E38. Grayscale: #B5B5B5. Windows color (decimal): -2580025 or 13083096. OLE color: 13083096.
HSL color Cylindrical-coordinate representation of color #D8A1C7: hue angle of 318.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1C7 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 199 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.15 |
| HSL | 318.55º | 0.41% | 0.74% | - |
| HSV(B) | 318.55º | 0.25% | 0.85% | - |
| XYZ | 51.37 | 44.21 | 59.86 | - |
| YUV | 181.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 199 | 0 | 0.25 | 0.08 | 0.15 | 318.55 | 0.41 | 0.74 |
| Hex | D8 | A1 | C7 | 0 | 19 | 8 | F | 13F | 29 | 4A |
| Octal | 330 | 241 | 307 | 0 | 31 | 10 | 17 | 477 | 51 | 112 |
| Binary | 11011000 | 10100001 | 11000111 | 0 | 11001 | 1000 | 1111 | 100111111 | 101001 | 1001010 |
Color Harmonies of #D8A1C7
Complementary color
Monochromatic Colors of #D8A1C7
Black with #D8A1C7
Text Example
Text Example
White with #D8A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1C7; }
p { color: rgb(216,161,199); }
H1.HeaderClassName
{
color: #D8A1C7;
}
.AnyTagClassName
{
color: #D8A1C7;
}
</style>
background-color css
<style>
a { background-color: #D8A1C7; }
a { background-color: rgb(216,161,199); }
div.DivClassName
{
background-color: #D8A1C7;
}
.BgClassName
{
background-color: #D8A1C7;
}
</style>
border-color css
<style>
span { border-color: #D8A1C7; }
span { border-color: rgb(216,161,199); }
td.TdClassName
{
border-color: #D8A1C7;
}
.TagClassName
{
border-color: #D8A1C7;
}
</style>