Shades of Maverick #D3A9C9
Tints of Maverick #D3A9C9
RGB
CMYK
RGB Variations
Color information
#D3A9C9 (or 0xD3A9C9) is known color: Maverick. HEX triplet: D3, A9 and C9. RGB value is (211,169,201). Sum of RGB (Red+Green+Blue) = 211+169+201=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A9C9 is #2C5636. Grayscale: #B9B9B9. Windows color (decimal): -2905655 or 13216211. OLE color: 13216211.
HSL color Cylindrical-coordinate representation of color #D3A9C9: hue angle of 314.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3A9C9 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 201 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.17 |
| HSL | 314.29º | 0.32% | 0.75% | - |
| HSV(B) | 314.29º | 0.2% | 0.83% | - |
| XYZ | 51.59 | 46.44 | 61.5 | - |
| YUV | 185.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 201 | 0 | 0.20 | 0.05 | 0.17 | 314.29 | 0.32 | 0.75 |
| Hex | D3 | A9 | C9 | 0 | 14 | 5 | 11 | 13A | 20 | 4B |
| Octal | 323 | 251 | 311 | 0 | 24 | 5 | 21 | 472 | 40 | 113 |
| Binary | 11010011 | 10101001 | 11001001 | 0 | 10100 | 101 | 10001 | 100111010 | 100000 | 1001011 |
Color Harmonies of #D3A9C9
Complementary color
Monochromatic Colors of #D3A9C9
Black with #D3A9C9
Text Example
Text Example
White with #D3A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A9C9; }
p { color: rgb(211,169,201); }
H1.HeaderClassName
{
color: #D3A9C9;
}
.AnyTagClassName
{
color: #D3A9C9;
}
</style>
background-color css
<style>
a { background-color: #D3A9C9; }
a { background-color: rgb(211,169,201); }
div.DivClassName
{
background-color: #D3A9C9;
}
.BgClassName
{
background-color: #D3A9C9;
}
</style>
border-color css
<style>
span { border-color: #D3A9C9; }
span { border-color: rgb(211,169,201); }
td.TdClassName
{
border-color: #D3A9C9;
}
.TagClassName
{
border-color: #D3A9C9;
}
</style>