Shades of Maverick #D9A2CA
Tints of Maverick #D9A2CA
RGB
CMYK
RGB Variations
Color information
#D9A2CA (or 0xD9A2CA) is known color: Maverick. HEX triplet: D9, A2 and CA. RGB value is (217,162,202). Sum of RGB (Red+Green+Blue) = 217+162+202=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2CA is #265D35. Grayscale: #B6B6B6. Windows color (decimal): -2514230 or 13279961. OLE color: 13279961.
HSL color Cylindrical-coordinate representation of color #D9A2CA: hue angle of 316.36º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A2CA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 202 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.15 |
| HSL | 316.36º | 0.42% | 0.74% | - |
| HSV(B) | 316.36º | 0.25% | 0.85% | - |
| XYZ | 52.2 | 44.86 | 61.78 | - |
| YUV | 183.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 202 | 0 | 0.25 | 0.07 | 0.15 | 316.36 | 0.42 | 0.74 |
| Hex | D9 | A2 | CA | 0 | 19 | 7 | F | 13C | 2A | 4A |
| Octal | 331 | 242 | 312 | 0 | 31 | 7 | 17 | 474 | 52 | 112 |
| Binary | 11011001 | 10100010 | 11001010 | 0 | 11001 | 111 | 1111 | 100111100 | 101010 | 1001010 |
Color Harmonies of #D9A2CA
Complementary color
Monochromatic Colors of #D9A2CA
Black with #D9A2CA
Text Example
Text Example
White with #D9A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2CA; }
p { color: rgb(217,162,202); }
H1.HeaderClassName
{
color: #D9A2CA;
}
.AnyTagClassName
{
color: #D9A2CA;
}
</style>
background-color css
<style>
a { background-color: #D9A2CA; }
a { background-color: rgb(217,162,202); }
div.DivClassName
{
background-color: #D9A2CA;
}
.BgClassName
{
background-color: #D9A2CA;
}
</style>
border-color css
<style>
span { border-color: #D9A2CA; }
span { border-color: rgb(217,162,202); }
td.TdClassName
{
border-color: #D9A2CA;
}
.TagClassName
{
border-color: #D9A2CA;
}
</style>