Shades of Maverick #D1A7C4
Tints of Maverick #D1A7C4
RGB
CMYK
RGB Variations
Color information
#D1A7C4 (or 0xD1A7C4) is known color: Maverick. HEX triplet: D1, A7 and C4. RGB value is (209,167,196). Sum of RGB (Red+Green+Blue) = 209+167+196=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7C4 is #2E583B. Grayscale: #B6B6B6. Windows color (decimal): -3037244 or 12888017. OLE color: 12888017.
HSL color Cylindrical-coordinate representation of color #D1A7C4: hue angle of 318.57º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7C4 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 196 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.18 |
| HSL | 318.57º | 0.31% | 0.74% | - |
| HSV(B) | 318.57º | 0.2% | 0.82% | - |
| XYZ | 50.08 | 45.18 | 58.31 | - |
| YUV | 182.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 196 | 0 | 0.20 | 0.06 | 0.18 | 318.57 | 0.31 | 0.74 |
| Hex | D1 | A7 | C4 | 0 | 14 | 6 | 12 | 13F | 1F | 4A |
| Octal | 321 | 247 | 304 | 0 | 24 | 6 | 22 | 477 | 37 | 112 |
| Binary | 11010001 | 10100111 | 11000100 | 0 | 10100 | 110 | 10010 | 100111111 | 11111 | 1001010 |
Color Harmonies of #D1A7C4
Complementary color
Monochromatic Colors of #D1A7C4
Black with #D1A7C4
Text Example
Text Example
White with #D1A7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7C4; }
p { color: rgb(209,167,196); }
H1.HeaderClassName
{
color: #D1A7C4;
}
.AnyTagClassName
{
color: #D1A7C4;
}
</style>
background-color css
<style>
a { background-color: #D1A7C4; }
a { background-color: rgb(209,167,196); }
div.DivClassName
{
background-color: #D1A7C4;
}
.BgClassName
{
background-color: #D1A7C4;
}
</style>
border-color css
<style>
span { border-color: #D1A7C4; }
span { border-color: rgb(209,167,196); }
td.TdClassName
{
border-color: #D1A7C4;
}
.TagClassName
{
border-color: #D1A7C4;
}
</style>