Shades of Maverick #D2A0C5
Tints of Maverick #D2A0C5
RGB
CMYK
RGB Variations
Color information
#D2A0C5 (or 0xD2A0C5) is known color: Maverick. HEX triplet: D2, A0 and C5. RGB value is (210,160,197). Sum of RGB (Red+Green+Blue) = 210+160+197=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0C5 is #2D5F3A. Grayscale: #B3B3B3. Windows color (decimal): -2973499 or 12951762. OLE color: 12951762.
HSL color Cylindrical-coordinate representation of color #D2A0C5: hue angle of 315.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0C5 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 197 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.18 |
| HSL | 315.6º | 0.36% | 0.73% | - |
| HSV(B) | 315.6º | 0.24% | 0.82% | - |
| XYZ | 49.23 | 42.87 | 58.5 | - |
| YUV | 179.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 197 | 0 | 0.24 | 0.06 | 0.18 | 315.6 | 0.36 | 0.73 |
| Hex | D2 | A0 | C5 | 0 | 18 | 6 | 12 | 13C | 24 | 49 |
| Octal | 322 | 240 | 305 | 0 | 30 | 6 | 22 | 474 | 44 | 111 |
| Binary | 11010010 | 10100000 | 11000101 | 0 | 11000 | 110 | 10010 | 100111100 | 100100 | 1001001 |
Color Harmonies of #D2A0C5
Complementary color
Monochromatic Colors of #D2A0C5
Black with #D2A0C5
Text Example
Text Example
White with #D2A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0C5; }
p { color: rgb(210,160,197); }
H1.HeaderClassName
{
color: #D2A0C5;
}
.AnyTagClassName
{
color: #D2A0C5;
}
</style>
background-color css
<style>
a { background-color: #D2A0C5; }
a { background-color: rgb(210,160,197); }
div.DivClassName
{
background-color: #D2A0C5;
}
.BgClassName
{
background-color: #D2A0C5;
}
</style>
border-color css
<style>
span { border-color: #D2A0C5; }
span { border-color: rgb(210,160,197); }
td.TdClassName
{
border-color: #D2A0C5;
}
.TagClassName
{
border-color: #D2A0C5;
}
</style>