Shades of Maverick #D1A7C8
Tints of Maverick #D1A7C8
RGB
CMYK
RGB Variations
Color information
#D1A7C8 (or 0xD1A7C8) is known color: Maverick. HEX triplet: D1, A7 and C8. RGB value is (209,167,200). Sum of RGB (Red+Green+Blue) = 209+167+200=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7C8 is #2E5837. Grayscale: #B7B7B7. Windows color (decimal): -3037240 or 13150161. OLE color: 13150161.
HSL color Cylindrical-coordinate representation of color #D1A7C8: hue angle of 312.86º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7C8 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 200 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.18 |
| HSL | 312.86º | 0.31% | 0.74% | - |
| HSV(B) | 312.86º | 0.2% | 0.82% | - |
| XYZ | 50.54 | 45.36 | 60.74 | - |
| YUV | 183.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 200 | 0 | 0.20 | 0.04 | 0.18 | 312.86 | 0.31 | 0.74 |
| Hex | D1 | A7 | C8 | 0 | 14 | 4 | 12 | 139 | 1F | 4A |
| Octal | 321 | 247 | 310 | 0 | 24 | 4 | 22 | 471 | 37 | 112 |
| Binary | 11010001 | 10100111 | 11001000 | 0 | 10100 | 100 | 10010 | 100111001 | 11111 | 1001010 |
Color Harmonies of #D1A7C8
Complementary color
Monochromatic Colors of #D1A7C8
Black with #D1A7C8
Text Example
Text Example
White with #D1A7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7C8; }
p { color: rgb(209,167,200); }
H1.HeaderClassName
{
color: #D1A7C8;
}
.AnyTagClassName
{
color: #D1A7C8;
}
</style>
background-color css
<style>
a { background-color: #D1A7C8; }
a { background-color: rgb(209,167,200); }
div.DivClassName
{
background-color: #D1A7C8;
}
.BgClassName
{
background-color: #D1A7C8;
}
</style>
border-color css
<style>
span { border-color: #D1A7C8; }
span { border-color: rgb(209,167,200); }
td.TdClassName
{
border-color: #D1A7C8;
}
.TagClassName
{
border-color: #D1A7C8;
}
</style>