Shades of Maverick #D9A1C7
Tints of Maverick #D9A1C7
RGB
CMYK
RGB Variations
Color information
#D9A1C7 (or 0xD9A1C7) is known color: Maverick. HEX triplet: D9, A1 and C7. RGB value is (217,161,199). Sum of RGB (Red+Green+Blue) = 217+161+199=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1C7 is #265E38. Grayscale: #B5B5B5. Windows color (decimal): -2514489 or 13083097. OLE color: 13083097.
HSL color Cylindrical-coordinate representation of color #D9A1C7: hue angle of 319.29º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1C7 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 199 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.15 |
| HSL | 319.29º | 0.42% | 0.74% | - |
| HSV(B) | 319.29º | 0.26% | 0.85% | - |
| XYZ | 51.67 | 44.36 | 59.87 | - |
| YUV | 182.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 199 | 0 | 0.26 | 0.08 | 0.15 | 319.29 | 0.42 | 0.74 |
| Hex | D9 | A1 | C7 | 0 | 1A | 8 | F | 13F | 2A | 4A |
| Octal | 331 | 241 | 307 | 0 | 32 | 10 | 17 | 477 | 52 | 112 |
| Binary | 11011001 | 10100001 | 11000111 | 0 | 11010 | 1000 | 1111 | 100111111 | 101010 | 1001010 |
Color Harmonies of #D9A1C7
Complementary color
Monochromatic Colors of #D9A1C7
Black with #D9A1C7
Text Example
Text Example
White with #D9A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1C7; }
p { color: rgb(217,161,199); }
H1.HeaderClassName
{
color: #D9A1C7;
}
.AnyTagClassName
{
color: #D9A1C7;
}
</style>
background-color css
<style>
a { background-color: #D9A1C7; }
a { background-color: rgb(217,161,199); }
div.DivClassName
{
background-color: #D9A1C7;
}
.BgClassName
{
background-color: #D9A1C7;
}
</style>
border-color css
<style>
span { border-color: #D9A1C7; }
span { border-color: rgb(217,161,199); }
td.TdClassName
{
border-color: #D9A1C7;
}
.TagClassName
{
border-color: #D9A1C7;
}
</style>