Shades of Maverick #D2AABE
Tints of Maverick #D2AABE
RGB
CMYK
RGB Variations
Color information
#D2AABE (or 0xD2AABE) is known color: Maverick. HEX triplet: D2, AA and BE. RGB value is (210,170,190). Sum of RGB (Red+Green+Blue) = 210+170+190=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AABE is #2D5541. Grayscale: #B8B8B8. Windows color (decimal): -2970946 or 12495570. OLE color: 12495570.
HSL color Cylindrical-coordinate representation of color #D2AABE: hue angle of 330º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AABE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 190 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.18 |
| HSL | 330º | 0.31% | 0.75% | - |
| HSV(B) | 330º | 0.19% | 0.82% | - |
| XYZ | 50.25 | 46.17 | 54.98 | - |
| YUV | 184.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 190 | 0 | 0.19 | 0.10 | 0.18 | 330 | 0.31 | 0.75 |
| Hex | D2 | AA | BE | 0 | 13 | A | 12 | 14A | 1F | 4B |
| Octal | 322 | 252 | 276 | 0 | 23 | 12 | 22 | 512 | 37 | 113 |
| Binary | 11010010 | 10101010 | 10111110 | 0 | 10011 | 1010 | 10010 | 101001010 | 11111 | 1001011 |
Color Harmonies of #D2AABE
Complementary color
Monochromatic Colors of #D2AABE
Black with #D2AABE
Text Example
Text Example
White with #D2AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AABE; }
p { color: rgb(210,170,190); }
H1.HeaderClassName
{
color: #D2AABE;
}
.AnyTagClassName
{
color: #D2AABE;
}
</style>
background-color css
<style>
a { background-color: #D2AABE; }
a { background-color: rgb(210,170,190); }
div.DivClassName
{
background-color: #D2AABE;
}
.BgClassName
{
background-color: #D2AABE;
}
</style>
border-color css
<style>
span { border-color: #D2AABE; }
span { border-color: rgb(210,170,190); }
td.TdClassName
{
border-color: #D2AABE;
}
.TagClassName
{
border-color: #D2AABE;
}
</style>