Shades of Maverick #D5A1C7
Tints of Maverick #D5A1C7
RGB
CMYK
RGB Variations
Color information
#D5A1C7 (or 0xD5A1C7) is known color: Maverick. HEX triplet: D5, A1 and C7. RGB value is (213,161,199). Sum of RGB (Red+Green+Blue) = 213+161+199=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1C7 is #2A5E38. Grayscale: #B4B4B4. Windows color (decimal): -2776633 or 13083093. OLE color: 13083093.
HSL color Cylindrical-coordinate representation of color #D5A1C7: hue angle of 316.15º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1C7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 199 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.16 |
| HSL | 316.15º | 0.38% | 0.73% | - |
| HSV(B) | 316.15º | 0.24% | 0.84% | - |
| XYZ | 50.49 | 43.76 | 59.82 | - |
| YUV | 180.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 199 | 0 | 0.24 | 0.07 | 0.16 | 316.15 | 0.38 | 0.73 |
| Hex | D5 | A1 | C7 | 0 | 18 | 7 | 10 | 13C | 26 | 49 |
| Octal | 325 | 241 | 307 | 0 | 30 | 7 | 20 | 474 | 46 | 111 |
| Binary | 11010101 | 10100001 | 11000111 | 0 | 11000 | 111 | 10000 | 100111100 | 100110 | 1001001 |
Color Harmonies of #D5A1C7
Complementary color
Monochromatic Colors of #D5A1C7
Black with #D5A1C7
Text Example
Text Example
White with #D5A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1C7; }
p { color: rgb(213,161,199); }
H1.HeaderClassName
{
color: #D5A1C7;
}
.AnyTagClassName
{
color: #D5A1C7;
}
</style>
background-color css
<style>
a { background-color: #D5A1C7; }
a { background-color: rgb(213,161,199); }
div.DivClassName
{
background-color: #D5A1C7;
}
.BgClassName
{
background-color: #D5A1C7;
}
</style>
border-color css
<style>
span { border-color: #D5A1C7; }
span { border-color: rgb(213,161,199); }
td.TdClassName
{
border-color: #D5A1C7;
}
.TagClassName
{
border-color: #D5A1C7;
}
</style>