Shades of Maverick #D1A3C4
Tints of Maverick #D1A3C4
RGB
CMYK
RGB Variations
Color information
#D1A3C4 (or 0xD1A3C4) is known color: Maverick. HEX triplet: D1, A3 and C4. RGB value is (209,163,196). Sum of RGB (Red+Green+Blue) = 209+163+196=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3C4 is #2E5C3B. Grayscale: #B4B4B4. Windows color (decimal): -3038268 or 12886993. OLE color: 12886993.
HSL color Cylindrical-coordinate representation of color #D1A3C4: hue angle of 316.96º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A3C4 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 196 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.18 |
| HSL | 316.96º | 0.33% | 0.73% | - |
| HSV(B) | 316.96º | 0.22% | 0.82% | - |
| XYZ | 49.36 | 43.74 | 58.06 | - |
| YUV | 180.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 196 | 0 | 0.22 | 0.06 | 0.18 | 316.96 | 0.33 | 0.73 |
| Hex | D1 | A3 | C4 | 0 | 16 | 6 | 12 | 13D | 21 | 49 |
| Octal | 321 | 243 | 304 | 0 | 26 | 6 | 22 | 475 | 41 | 111 |
| Binary | 11010001 | 10100011 | 11000100 | 0 | 10110 | 110 | 10010 | 100111101 | 100001 | 1001001 |
Color Harmonies of #D1A3C4
Complementary color
Monochromatic Colors of #D1A3C4
Black with #D1A3C4
Text Example
Text Example
White with #D1A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3C4; }
p { color: rgb(209,163,196); }
H1.HeaderClassName
{
color: #D1A3C4;
}
.AnyTagClassName
{
color: #D1A3C4;
}
</style>
background-color css
<style>
a { background-color: #D1A3C4; }
a { background-color: rgb(209,163,196); }
div.DivClassName
{
background-color: #D1A3C4;
}
.BgClassName
{
background-color: #D1A3C4;
}
</style>
border-color css
<style>
span { border-color: #D1A3C4; }
span { border-color: rgb(209,163,196); }
td.TdClassName
{
border-color: #D1A3C4;
}
.TagClassName
{
border-color: #D1A3C4;
}
</style>