Shades of Maverick #D9A8C8
Tints of Maverick #D9A8C8
RGB
CMYK
RGB Variations
Color information
#D9A8C8 (or 0xD9A8C8) is known color: Maverick. HEX triplet: D9, A8 and C8. RGB value is (217,168,200). Sum of RGB (Red+Green+Blue) = 217+168+200=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8C8 is #265737. Grayscale: #BABABA. Windows color (decimal): -2512696 or 13150425. OLE color: 13150425.
HSL color Cylindrical-coordinate representation of color #D9A8C8: hue angle of 320.82º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8C8 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 200 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.15 |
| HSL | 320.82º | 0.39% | 0.75% | - |
| HSV(B) | 320.82º | 0.23% | 0.85% | - |
| XYZ | 53.04 | 46.93 | 60.91 | - |
| YUV | 186.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 200 | 0 | 0.23 | 0.08 | 0.15 | 320.82 | 0.39 | 0.75 |
| Hex | D9 | A8 | C8 | 0 | 17 | 8 | F | 141 | 27 | 4B |
| Octal | 331 | 250 | 310 | 0 | 27 | 10 | 17 | 501 | 47 | 113 |
| Binary | 11011001 | 10101000 | 11001000 | 0 | 10111 | 1000 | 1111 | 101000001 | 100111 | 1001011 |
Color Harmonies of #D9A8C8
Complementary color
Monochromatic Colors of #D9A8C8
Black with #D9A8C8
Text Example
Text Example
White with #D9A8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8C8; }
p { color: rgb(217,168,200); }
H1.HeaderClassName
{
color: #D9A8C8;
}
.AnyTagClassName
{
color: #D9A8C8;
}
</style>
background-color css
<style>
a { background-color: #D9A8C8; }
a { background-color: rgb(217,168,200); }
div.DivClassName
{
background-color: #D9A8C8;
}
.BgClassName
{
background-color: #D9A8C8;
}
</style>
border-color css
<style>
span { border-color: #D9A8C8; }
span { border-color: rgb(217,168,200); }
td.TdClassName
{
border-color: #D9A8C8;
}
.TagClassName
{
border-color: #D9A8C8;
}
</style>