Shades of Maverick #D9A3C9
Tints of Maverick #D9A3C9
RGB
CMYK
RGB Variations
Color information
#D9A3C9 (or 0xD9A3C9) is known color: Maverick. HEX triplet: D9, A3 and C9. RGB value is (217,163,201). Sum of RGB (Red+Green+Blue) = 217+163+201=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3C9 is #265C36. Grayscale: #B7B7B7. Windows color (decimal): -2513975 or 13214681. OLE color: 13214681.
HSL color Cylindrical-coordinate representation of color #D9A3C9: hue angle of 317.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A3C9 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 201 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.15 |
| HSL | 317.78º | 0.42% | 0.75% | - |
| HSV(B) | 317.78º | 0.25% | 0.85% | - |
| XYZ | 52.26 | 45.16 | 61.22 | - |
| YUV | 183.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 201 | 0 | 0.25 | 0.07 | 0.15 | 317.78 | 0.42 | 0.75 |
| Hex | D9 | A3 | C9 | 0 | 19 | 7 | F | 13E | 2A | 4B |
| Octal | 331 | 243 | 311 | 0 | 31 | 7 | 17 | 476 | 52 | 113 |
| Binary | 11011001 | 10100011 | 11001001 | 0 | 11001 | 111 | 1111 | 100111110 | 101010 | 1001011 |
Color Harmonies of #D9A3C9
Complementary color
Monochromatic Colors of #D9A3C9
Black with #D9A3C9
Text Example
Text Example
White with #D9A3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A3C9; }
p { color: rgb(217,163,201); }
H1.HeaderClassName
{
color: #D9A3C9;
}
.AnyTagClassName
{
color: #D9A3C9;
}
</style>
background-color css
<style>
a { background-color: #D9A3C9; }
a { background-color: rgb(217,163,201); }
div.DivClassName
{
background-color: #D9A3C9;
}
.BgClassName
{
background-color: #D9A3C9;
}
</style>
border-color css
<style>
span { border-color: #D9A3C9; }
span { border-color: rgb(217,163,201); }
td.TdClassName
{
border-color: #D9A3C9;
}
.TagClassName
{
border-color: #D9A3C9;
}
</style>