Shades of Maverick #D8A0C5
Tints of Maverick #D8A0C5
RGB
CMYK
RGB Variations
Color information
#D8A0C5 (or 0xD8A0C5) is known color: Maverick. HEX triplet: D8, A0 and C5. RGB value is (216,160,197). Sum of RGB (Red+Green+Blue) = 216+160+197=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0C5 is #275F3A. Grayscale: #B4B4B4. Windows color (decimal): -2580283 or 12951768. OLE color: 12951768.
HSL color Cylindrical-coordinate representation of color #D8A0C5: hue angle of 320.36º 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 #D8A0C5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 197 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.15 |
| HSL | 320.36º | 0.42% | 0.74% | - |
| HSV(B) | 320.36º | 0.26% | 0.85% | - |
| XYZ | 50.97 | 43.77 | 58.59 | - |
| YUV | 180.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 197 | 0 | 0.26 | 0.09 | 0.15 | 320.36 | 0.42 | 0.74 |
| Hex | D8 | A0 | C5 | 0 | 1A | 9 | F | 140 | 2A | 4A |
| Octal | 330 | 240 | 305 | 0 | 32 | 11 | 17 | 500 | 52 | 112 |
| Binary | 11011000 | 10100000 | 11000101 | 0 | 11010 | 1001 | 1111 | 101000000 | 101010 | 1001010 |
Color Harmonies of #D8A0C5
Complementary color
Monochromatic Colors of #D8A0C5
Black with #D8A0C5
Text Example
Text Example
White with #D8A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0C5; }
p { color: rgb(216,160,197); }
H1.HeaderClassName
{
color: #D8A0C5;
}
.AnyTagClassName
{
color: #D8A0C5;
}
</style>
background-color css
<style>
a { background-color: #D8A0C5; }
a { background-color: rgb(216,160,197); }
div.DivClassName
{
background-color: #D8A0C5;
}
.BgClassName
{
background-color: #D8A0C5;
}
</style>
border-color css
<style>
span { border-color: #D8A0C5; }
span { border-color: rgb(216,160,197); }
td.TdClassName
{
border-color: #D8A0C5;
}
.TagClassName
{
border-color: #D8A0C5;
}
</style>