Shades of Maverick #D7ACC4
Tints of Maverick #D7ACC4
RGB
CMYK
RGB Variations
Color information
#D7ACC4 (or 0xD7ACC4) is known color: Maverick. HEX triplet: D7, AC and C4. RGB value is (215,172,196). Sum of RGB (Red+Green+Blue) = 215+172+196=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACC4 is #28533B. Grayscale: #BBBBBB. Windows color (decimal): -2642748 or 12889303. OLE color: 12889303.
HSL color Cylindrical-coordinate representation of color #D7ACC4: hue angle of 326.51º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACC4 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 196 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.16 |
| HSL | 326.51º | 0.35% | 0.76% | - |
| HSV(B) | 326.51º | 0.2% | 0.84% | - |
| XYZ | 52.74 | 47.94 | 58.7 | - |
| YUV | 187.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 196 | 0 | 0.2 | 0.09 | 0.16 | 326.51 | 0.35 | 0.76 |
| Hex | D7 | AC | C4 | 0 | 14 | 9 | 10 | 147 | 23 | 4C |
| Octal | 327 | 254 | 304 | 0 | 24 | 11 | 20 | 507 | 43 | 114 |
| Binary | 11010111 | 10101100 | 11000100 | 0 | 10100 | 1001 | 10000 | 101000111 | 100011 | 1001100 |
Color Harmonies of #D7ACC4
Complementary color
Monochromatic Colors of #D7ACC4
Black with #D7ACC4
Text Example
Text Example
White with #D7ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ACC4; }
p { color: rgb(215,172,196); }
H1.HeaderClassName
{
color: #D7ACC4;
}
.AnyTagClassName
{
color: #D7ACC4;
}
</style>
background-color css
<style>
a { background-color: #D7ACC4; }
a { background-color: rgb(215,172,196); }
div.DivClassName
{
background-color: #D7ACC4;
}
.BgClassName
{
background-color: #D7ACC4;
}
</style>
border-color css
<style>
span { border-color: #D7ACC4; }
span { border-color: rgb(215,172,196); }
td.TdClassName
{
border-color: #D7ACC4;
}
.TagClassName
{
border-color: #D7ACC4;
}
</style>