Shades of Maverick #D7A8C4
Tints of Maverick #D7A8C4
RGB
CMYK
RGB Variations
Color information
#D7A8C4 (or 0xD7A8C4) is known color: Maverick. HEX triplet: D7, A8 and C4. RGB value is (215,168,196). Sum of RGB (Red+Green+Blue) = 215+168+196=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8C4 is #28573B. Grayscale: #B9B9B9. Windows color (decimal): -2643772 or 12888279. OLE color: 12888279.
HSL color Cylindrical-coordinate representation of color #D7A8C4: hue angle of 324.26º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8C4 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 168 | 196 | - |
CMYK | 0 | 0.22 | 0.09 | 0.16 |
HSL | 324.26º | 0.37% | 0.75% | - |
HSV(B) | 324.26º | 0.22% | 0.84% | - |
XYZ | 51.99 | 46.44 | 58.45 | - |
YUV | 185.25 | 134.07 | 149.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 168 | 196 | 0 | 0.22 | 0.09 | 0.16 | 324.26 | 0.37 | 0.75 |
Hex | D7 | A8 | C4 | 0 | 16 | 9 | 10 | 144 | 25 | 4B |
Octal | 327 | 250 | 304 | 0 | 26 | 11 | 20 | 504 | 45 | 113 |
Binary | 11010111 | 10101000 | 11000100 | 0 | 10110 | 1001 | 10000 | 101000100 | 100101 | 1001011 |
Color Harmonies of #D7A8C4
Complementary color
Monochromatic Colors of #D7A8C4
Black with #D7A8C4
Text Example
Text Example
White with #D7A8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8C4; }
p { color: rgb(215,168,196); }
H1.HeaderClassName
{
color: #D7A8C4;
}
.AnyTagClassName
{
color: #D7A8C4;
}
</style>
background-color css
<style>
a { background-color: #D7A8C4; }
a { background-color: rgb(215,168,196); }
div.DivClassName
{
background-color: #D7A8C4;
}
.BgClassName
{
background-color: #D7A8C4;
}
</style>
border-color css
<style>
span { border-color: #D7A8C4; }
span { border-color: rgb(215,168,196); }
td.TdClassName
{
border-color: #D7A8C4;
}
.TagClassName
{
border-color: #D7A8C4;
}
</style>