Shades of Maverick #D8ACC9
Tints of Maverick #D8ACC9
RGB
CMYK
RGB Variations
Color information
#D8ACC9 (or 0xD8ACC9) is known color: Maverick. HEX triplet: D8, AC and C9. RGB value is (216,172,201). Sum of RGB (Red+Green+Blue) = 216+172+201=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACC9 is #275336. Grayscale: #BCBCBC. Windows color (decimal): -2577207 or 13216984. OLE color: 13216984.
HSL color Cylindrical-coordinate representation of color #D8ACC9: hue angle of 320.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACC9 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 201 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.15 |
| HSL | 320.45º | 0.36% | 0.76% | - |
| HSV(B) | 320.45º | 0.2% | 0.85% | - |
| XYZ | 53.61 | 48.32 | 61.76 | - |
| YUV | 188.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 201 | 0 | 0.20 | 0.07 | 0.15 | 320.45 | 0.36 | 0.76 |
| Hex | D8 | AC | C9 | 0 | 14 | 7 | F | 140 | 24 | 4C |
| Octal | 330 | 254 | 311 | 0 | 24 | 7 | 17 | 500 | 44 | 114 |
| Binary | 11011000 | 10101100 | 11001001 | 0 | 10100 | 111 | 1111 | 101000000 | 100100 | 1001100 |
Color Harmonies of #D8ACC9
Complementary color
Monochromatic Colors of #D8ACC9
Black with #D8ACC9
Text Example
Text Example
White with #D8ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACC9; }
p { color: rgb(216,172,201); }
H1.HeaderClassName
{
color: #D8ACC9;
}
.AnyTagClassName
{
color: #D8ACC9;
}
</style>
background-color css
<style>
a { background-color: #D8ACC9; }
a { background-color: rgb(216,172,201); }
div.DivClassName
{
background-color: #D8ACC9;
}
.BgClassName
{
background-color: #D8ACC9;
}
</style>
border-color css
<style>
span { border-color: #D8ACC9; }
span { border-color: rgb(216,172,201); }
td.TdClassName
{
border-color: #D8ACC9;
}
.TagClassName
{
border-color: #D8ACC9;
}
</style>