Shades of Maverick #D9A4CA
Tints of Maverick #D9A4CA
RGB
CMYK
RGB Variations
Color information
#D9A4CA (or 0xD9A4CA) is known color: Maverick. HEX triplet: D9, A4 and CA. RGB value is (217,164,202). Sum of RGB (Red+Green+Blue) = 217+164+202=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4CA is #265B35. Grayscale: #B8B8B8. Windows color (decimal): -2513718 or 13280473. OLE color: 13280473.
HSL color Cylindrical-coordinate representation of color #D9A4CA: hue angle of 316.98º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A4CA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 202 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.15 |
| HSL | 316.98º | 0.41% | 0.75% | - |
| HSV(B) | 316.98º | 0.24% | 0.85% | - |
| XYZ | 52.55 | 45.57 | 61.9 | - |
| YUV | 184.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 202 | 0 | 0.24 | 0.07 | 0.15 | 316.98 | 0.41 | 0.75 |
| Hex | D9 | A4 | CA | 0 | 18 | 7 | F | 13D | 29 | 4B |
| Octal | 331 | 244 | 312 | 0 | 30 | 7 | 17 | 475 | 51 | 113 |
| Binary | 11011001 | 10100100 | 11001010 | 0 | 11000 | 111 | 1111 | 100111101 | 101001 | 1001011 |
Color Harmonies of #D9A4CA
Complementary color
Monochromatic Colors of #D9A4CA
Black with #D9A4CA
Text Example
Text Example
White with #D9A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A4CA; }
p { color: rgb(217,164,202); }
H1.HeaderClassName
{
color: #D9A4CA;
}
.AnyTagClassName
{
color: #D9A4CA;
}
</style>
background-color css
<style>
a { background-color: #D9A4CA; }
a { background-color: rgb(217,164,202); }
div.DivClassName
{
background-color: #D9A4CA;
}
.BgClassName
{
background-color: #D9A4CA;
}
</style>
border-color css
<style>
span { border-color: #D9A4CA; }
span { border-color: rgb(217,164,202); }
td.TdClassName
{
border-color: #D9A4CA;
}
.TagClassName
{
border-color: #D9A4CA;
}
</style>