Shades of Maverick #D2A8C8
Tints of Maverick #D2A8C8
RGB
CMYK
RGB Variations
Color information
#D2A8C8 (or 0xD2A8C8) is known color: Maverick. HEX triplet: D2, A8 and C8. RGB value is (210,168,200). Sum of RGB (Red+Green+Blue) = 210+168+200=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8C8 is #2D5737. Grayscale: #B8B8B8. Windows color (decimal): -2971448 or 13150418. OLE color: 13150418.
HSL color Cylindrical-coordinate representation of color #D2A8C8: hue angle of 314.29º degrees, saturation: 0.32, 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 #D2A8C8 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 200 | - |
| CMYK | 0 | 0.2 | 0.05 | 0.18 |
| HSL | 314.29º | 0.32% | 0.74% | - |
| HSV(B) | 314.29º | 0.2% | 0.82% | - |
| XYZ | 51.01 | 45.88 | 60.81 | - |
| YUV | 184.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 200 | 0 | 0.2 | 0.05 | 0.18 | 314.29 | 0.32 | 0.74 |
| Hex | D2 | A8 | C8 | 0 | 14 | 5 | 12 | 13A | 20 | 4A |
| Octal | 322 | 250 | 310 | 0 | 24 | 5 | 22 | 472 | 40 | 112 |
| Binary | 11010010 | 10101000 | 11001000 | 0 | 10100 | 101 | 10010 | 100111010 | 100000 | 1001010 |
Color Harmonies of #D2A8C8
Complementary color
Monochromatic Colors of #D2A8C8
Black with #D2A8C8
Text Example
Text Example
White with #D2A8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8C8; }
p { color: rgb(210,168,200); }
H1.HeaderClassName
{
color: #D2A8C8;
}
.AnyTagClassName
{
color: #D2A8C8;
}
</style>
background-color css
<style>
a { background-color: #D2A8C8; }
a { background-color: rgb(210,168,200); }
div.DivClassName
{
background-color: #D2A8C8;
}
.BgClassName
{
background-color: #D2A8C8;
}
</style>
border-color css
<style>
span { border-color: #D2A8C8; }
span { border-color: rgb(210,168,200); }
td.TdClassName
{
border-color: #D2A8C8;
}
.TagClassName
{
border-color: #D2A8C8;
}
</style>