Shades of Maverick #D2A3C1
Tints of Maverick #D2A3C1
RGB
CMYK
RGB Variations
Color information
#D2A3C1 (or 0xD2A3C1) is known color: Maverick. HEX triplet: D2, A3 and C1. RGB value is (210,163,193). Sum of RGB (Red+Green+Blue) = 210+163+193=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3C1 is #2D5C3E. Grayscale: #B4B4B4. Windows color (decimal): -2972735 or 12690386. OLE color: 12690386.
HSL color Cylindrical-coordinate representation of color #D2A3C1: hue angle of 321.7º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2A3C1 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 193 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.18 |
| HSL | 321.7º | 0.34% | 0.73% | - |
| HSV(B) | 321.7º | 0.22% | 0.82% | - |
| XYZ | 49.3 | 43.75 | 56.3 | - |
| YUV | 180.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 193 | 0 | 0.22 | 0.08 | 0.18 | 321.7 | 0.34 | 0.73 |
| Hex | D2 | A3 | C1 | 0 | 16 | 8 | 12 | 142 | 22 | 49 |
| Octal | 322 | 243 | 301 | 0 | 26 | 10 | 22 | 502 | 42 | 111 |
| Binary | 11010010 | 10100011 | 11000001 | 0 | 10110 | 1000 | 10010 | 101000010 | 100010 | 1001001 |
Color Harmonies of #D2A3C1
Complementary color
Monochromatic Colors of #D2A3C1
Black with #D2A3C1
Text Example
Text Example
White with #D2A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A3C1; }
p { color: rgb(210,163,193); }
H1.HeaderClassName
{
color: #D2A3C1;
}
.AnyTagClassName
{
color: #D2A3C1;
}
</style>
background-color css
<style>
a { background-color: #D2A3C1; }
a { background-color: rgb(210,163,193); }
div.DivClassName
{
background-color: #D2A3C1;
}
.BgClassName
{
background-color: #D2A3C1;
}
</style>
border-color css
<style>
span { border-color: #D2A3C1; }
span { border-color: rgb(210,163,193); }
td.TdClassName
{
border-color: #D2A3C1;
}
.TagClassName
{
border-color: #D2A3C1;
}
</style>