Shades of Maverick #D2A6C4
Tints of Maverick #D2A6C4
RGB
CMYK
RGB Variations
Color information
#D2A6C4 (or 0xD2A6C4) is known color: Maverick. HEX triplet: D2, A6 and C4. RGB value is (210,166,196). Sum of RGB (Red+Green+Blue) = 210+166+196=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6C4 is #2D593B. Grayscale: #B6B6B6. Windows color (decimal): -2971964 or 12887762. OLE color: 12887762.
HSL color Cylindrical-coordinate representation of color #D2A6C4: hue angle of 319.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6C4 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 196 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.18 |
| HSL | 319.09º | 0.33% | 0.74% | - |
| HSV(B) | 319.09º | 0.21% | 0.82% | - |
| XYZ | 50.18 | 44.96 | 58.26 | - |
| YUV | 182.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 196 | 0 | 0.21 | 0.07 | 0.18 | 319.09 | 0.33 | 0.74 |
| Hex | D2 | A6 | C4 | 0 | 15 | 7 | 12 | 13F | 21 | 4A |
| Octal | 322 | 246 | 304 | 0 | 25 | 7 | 22 | 477 | 41 | 112 |
| Binary | 11010010 | 10100110 | 11000100 | 0 | 10101 | 111 | 10010 | 100111111 | 100001 | 1001010 |
Color Harmonies of #D2A6C4
Complementary color
Monochromatic Colors of #D2A6C4
Black with #D2A6C4
Text Example
Text Example
White with #D2A6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6C4; }
p { color: rgb(210,166,196); }
H1.HeaderClassName
{
color: #D2A6C4;
}
.AnyTagClassName
{
color: #D2A6C4;
}
</style>
background-color css
<style>
a { background-color: #D2A6C4; }
a { background-color: rgb(210,166,196); }
div.DivClassName
{
background-color: #D2A6C4;
}
.BgClassName
{
background-color: #D2A6C4;
}
</style>
border-color css
<style>
span { border-color: #D2A6C4; }
span { border-color: rgb(210,166,196); }
td.TdClassName
{
border-color: #D2A6C4;
}
.TagClassName
{
border-color: #D2A6C4;
}
</style>