Shades of Maverick #D4AABD
Tints of Maverick #D4AABD
RGB
CMYK
RGB Variations
Color information
#D4AABD (or 0xD4AABD) is known color: Maverick. HEX triplet: D4, AA and BD. RGB value is (212,170,189). Sum of RGB (Red+Green+Blue) = 212+170+189=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AABD is #2B5542. Grayscale: #B8B8B8. Windows color (decimal): -2839875 or 12430036. OLE color: 12430036.
HSL color Cylindrical-coordinate representation of color #D4AABD: hue angle of 332.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AABD is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 189 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.17 |
| HSL | 332.86º | 0.33% | 0.75% | - |
| HSV(B) | 332.86º | 0.2% | 0.83% | - |
| XYZ | 50.71 | 46.42 | 54.43 | - |
| YUV | 184.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 189 | 0 | 0.20 | 0.11 | 0.17 | 332.86 | 0.33 | 0.75 |
| Hex | D4 | AA | BD | 0 | 14 | B | 11 | 14D | 21 | 4B |
| Octal | 324 | 252 | 275 | 0 | 24 | 13 | 21 | 515 | 41 | 113 |
| Binary | 11010100 | 10101010 | 10111101 | 0 | 10100 | 1011 | 10001 | 101001101 | 100001 | 1001011 |
Color Harmonies of #D4AABD
Complementary color
Monochromatic Colors of #D4AABD
Black with #D4AABD
Text Example
Text Example
White with #D4AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AABD; }
p { color: rgb(212,170,189); }
H1.HeaderClassName
{
color: #D4AABD;
}
.AnyTagClassName
{
color: #D4AABD;
}
</style>
background-color css
<style>
a { background-color: #D4AABD; }
a { background-color: rgb(212,170,189); }
div.DivClassName
{
background-color: #D4AABD;
}
.BgClassName
{
background-color: #D4AABD;
}
</style>
border-color css
<style>
span { border-color: #D4AABD; }
span { border-color: rgb(212,170,189); }
td.TdClassName
{
border-color: #D4AABD;
}
.TagClassName
{
border-color: #D4AABD;
}
</style>