Shades of Maverick #D4A3C7
Tints of Maverick #D4A3C7
RGB
CMYK
RGB Variations
Color information
#D4A3C7 (or 0xD4A3C7) is known color: Maverick. HEX triplet: D4, A3 and C7. RGB value is (212,163,199). Sum of RGB (Red+Green+Blue) = 212+163+199=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3C7 is #2B5C38. Grayscale: #B5B5B5. Windows color (decimal): -2841657 or 13083604. OLE color: 13083604.
HSL color Cylindrical-coordinate representation of color #D4A3C7: hue angle of 315.92º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3C7 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 199 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.17 |
| HSL | 315.92º | 0.36% | 0.74% | - |
| HSV(B) | 315.92º | 0.23% | 0.83% | - |
| XYZ | 50.56 | 44.31 | 59.92 | - |
| YUV | 181.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 199 | 0 | 0.23 | 0.06 | 0.17 | 315.92 | 0.36 | 0.74 |
| Hex | D4 | A3 | C7 | 0 | 17 | 6 | 11 | 13C | 24 | 4A |
| Octal | 324 | 243 | 307 | 0 | 27 | 6 | 21 | 474 | 44 | 112 |
| Binary | 11010100 | 10100011 | 11000111 | 0 | 10111 | 110 | 10001 | 100111100 | 100100 | 1001010 |
Color Harmonies of #D4A3C7
Complementary color
Monochromatic Colors of #D4A3C7
Black with #D4A3C7
Text Example
Text Example
White with #D4A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3C7; }
p { color: rgb(212,163,199); }
H1.HeaderClassName
{
color: #D4A3C7;
}
.AnyTagClassName
{
color: #D4A3C7;
}
</style>
background-color css
<style>
a { background-color: #D4A3C7; }
a { background-color: rgb(212,163,199); }
div.DivClassName
{
background-color: #D4A3C7;
}
.BgClassName
{
background-color: #D4A3C7;
}
</style>
border-color css
<style>
span { border-color: #D4A3C7; }
span { border-color: rgb(212,163,199); }
td.TdClassName
{
border-color: #D4A3C7;
}
.TagClassName
{
border-color: #D4A3C7;
}
</style>