Shades of Maverick #D5A4BF
Tints of Maverick #D5A4BF
RGB
CMYK
RGB Variations
Color information
#D5A4BF (or 0xD5A4BF) is known color: Maverick. HEX triplet: D5, A4 and BF. RGB value is (213,164,191). Sum of RGB (Red+Green+Blue) = 213+164+191=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4BF is #2A5B40. Grayscale: #B5B5B5. Windows color (decimal): -2775873 or 12559573. OLE color: 12559573.
HSL color Cylindrical-coordinate representation of color #D5A4BF: hue angle of 326.94º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A4BF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 191 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.16 |
| HSL | 326.94º | 0.37% | 0.74% | - |
| HSV(B) | 326.94º | 0.23% | 0.84% | - |
| XYZ | 50.12 | 44.46 | 55.23 | - |
| YUV | 181.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 191 | 0 | 0.23 | 0.10 | 0.16 | 326.94 | 0.37 | 0.74 |
| Hex | D5 | A4 | BF | 0 | 17 | A | 10 | 147 | 25 | 4A |
| Octal | 325 | 244 | 277 | 0 | 27 | 12 | 20 | 507 | 45 | 112 |
| Binary | 11010101 | 10100100 | 10111111 | 0 | 10111 | 1010 | 10000 | 101000111 | 100101 | 1001010 |
Color Harmonies of #D5A4BF
Complementary color
Monochromatic Colors of #D5A4BF
Black with #D5A4BF
Text Example
Text Example
White with #D5A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4BF; }
p { color: rgb(213,164,191); }
H1.HeaderClassName
{
color: #D5A4BF;
}
.AnyTagClassName
{
color: #D5A4BF;
}
</style>
background-color css
<style>
a { background-color: #D5A4BF; }
a { background-color: rgb(213,164,191); }
div.DivClassName
{
background-color: #D5A4BF;
}
.BgClassName
{
background-color: #D5A4BF;
}
</style>
border-color css
<style>
span { border-color: #D5A4BF; }
span { border-color: rgb(213,164,191); }
td.TdClassName
{
border-color: #D5A4BF;
}
.TagClassName
{
border-color: #D5A4BF;
}
</style>