Shades of Maverick #D8A8CA
Tints of Maverick #D8A8CA
RGB
CMYK
RGB Variations
Color information
#D8A8CA (or 0xD8A8CA) is known color: Maverick. HEX triplet: D8, A8 and CA. RGB value is (216,168,202). Sum of RGB (Red+Green+Blue) = 216+168+202=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8CA is #275735. Grayscale: #BABABA. Windows color (decimal): -2578230 or 13281496. OLE color: 13281496.
HSL color Cylindrical-coordinate representation of color #D8A8CA: hue angle of 317.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A8CA is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 202 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.15 |
| HSL | 317.5º | 0.38% | 0.75% | - |
| HSV(B) | 317.5º | 0.22% | 0.85% | - |
| XYZ | 52.98 | 46.87 | 62.13 | - |
| YUV | 186.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 202 | 0 | 0.22 | 0.06 | 0.15 | 317.5 | 0.38 | 0.75 |
| Hex | D8 | A8 | CA | 0 | 16 | 6 | F | 13E | 26 | 4B |
| Octal | 330 | 250 | 312 | 0 | 26 | 6 | 17 | 476 | 46 | 113 |
| Binary | 11011000 | 10101000 | 11001010 | 0 | 10110 | 110 | 1111 | 100111110 | 100110 | 1001011 |
Color Harmonies of #D8A8CA
Complementary color
Monochromatic Colors of #D8A8CA
Black with #D8A8CA
Text Example
Text Example
White with #D8A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8CA; }
p { color: rgb(216,168,202); }
H1.HeaderClassName
{
color: #D8A8CA;
}
.AnyTagClassName
{
color: #D8A8CA;
}
</style>
background-color css
<style>
a { background-color: #D8A8CA; }
a { background-color: rgb(216,168,202); }
div.DivClassName
{
background-color: #D8A8CA;
}
.BgClassName
{
background-color: #D8A8CA;
}
</style>
border-color css
<style>
span { border-color: #D8A8CA; }
span { border-color: rgb(216,168,202); }
td.TdClassName
{
border-color: #D8A8CA;
}
.TagClassName
{
border-color: #D8A8CA;
}
</style>