Shades of Maverick #D3A4BE
Tints of Maverick #D3A4BE
RGB
CMYK
RGB Variations
Color information
#D3A4BE (or 0xD3A4BE) is known color: Maverick. HEX triplet: D3, A4 and BE. RGB value is (211,164,190). Sum of RGB (Red+Green+Blue) = 211+164+190=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4BE is #2C5B41. Grayscale: #B4B4B4. Windows color (decimal): -2906946 or 12494035. OLE color: 12494035.
HSL color Cylindrical-coordinate representation of color #D3A4BE: hue angle of 326.81º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A4BE is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 190 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.17 |
| HSL | 326.81º | 0.35% | 0.74% | - |
| HSV(B) | 326.81º | 0.22% | 0.83% | - |
| XYZ | 49.43 | 44.12 | 54.63 | - |
| YUV | 181.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 190 | 0 | 0.22 | 0.10 | 0.17 | 326.81 | 0.35 | 0.74 |
| Hex | D3 | A4 | BE | 0 | 16 | A | 11 | 147 | 23 | 4A |
| Octal | 323 | 244 | 276 | 0 | 26 | 12 | 21 | 507 | 43 | 112 |
| Binary | 11010011 | 10100100 | 10111110 | 0 | 10110 | 1010 | 10001 | 101000111 | 100011 | 1001010 |
Color Harmonies of #D3A4BE
Complementary color
Monochromatic Colors of #D3A4BE
Black with #D3A4BE
Text Example
Text Example
White with #D3A4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4BE; }
p { color: rgb(211,164,190); }
H1.HeaderClassName
{
color: #D3A4BE;
}
.AnyTagClassName
{
color: #D3A4BE;
}
</style>
background-color css
<style>
a { background-color: #D3A4BE; }
a { background-color: rgb(211,164,190); }
div.DivClassName
{
background-color: #D3A4BE;
}
.BgClassName
{
background-color: #D3A4BE;
}
</style>
border-color css
<style>
span { border-color: #D3A4BE; }
span { border-color: rgb(211,164,190); }
td.TdClassName
{
border-color: #D3A4BE;
}
.TagClassName
{
border-color: #D3A4BE;
}
</style>