Shades of Maverick #D2A1BE
Tints of Maverick #D2A1BE
RGB
CMYK
RGB Variations
Color information
#D2A1BE (or 0xD2A1BE) is known color: Maverick. HEX triplet: D2, A1 and BE. RGB value is (210,161,190). Sum of RGB (Red+Green+Blue) = 210+161+190=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1BE is #2D5E41. Grayscale: #B2B2B2. Windows color (decimal): -2973250 or 12493266. OLE color: 12493266.
HSL color Cylindrical-coordinate representation of color #D2A1BE: hue angle of 324.49º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1BE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 190 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.18 |
| HSL | 324.49º | 0.35% | 0.73% | - |
| HSV(B) | 324.49º | 0.23% | 0.82% | - |
| XYZ | 48.62 | 42.91 | 54.44 | - |
| YUV | 178.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 190 | 0 | 0.23 | 0.10 | 0.18 | 324.49 | 0.35 | 0.73 |
| Hex | D2 | A1 | BE | 0 | 17 | A | 12 | 144 | 23 | 49 |
| Octal | 322 | 241 | 276 | 0 | 27 | 12 | 22 | 504 | 43 | 111 |
| Binary | 11010010 | 10100001 | 10111110 | 0 | 10111 | 1010 | 10010 | 101000100 | 100011 | 1001001 |
Color Harmonies of #D2A1BE
Complementary color
Monochromatic Colors of #D2A1BE
Black with #D2A1BE
Text Example
Text Example
White with #D2A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1BE; }
p { color: rgb(210,161,190); }
H1.HeaderClassName
{
color: #D2A1BE;
}
.AnyTagClassName
{
color: #D2A1BE;
}
</style>
background-color css
<style>
a { background-color: #D2A1BE; }
a { background-color: rgb(210,161,190); }
div.DivClassName
{
background-color: #D2A1BE;
}
.BgClassName
{
background-color: #D2A1BE;
}
</style>
border-color css
<style>
span { border-color: #D2A1BE; }
span { border-color: rgb(210,161,190); }
td.TdClassName
{
border-color: #D2A1BE;
}
.TagClassName
{
border-color: #D2A1BE;
}
</style>