Shades of Maverick #D9A4C8
Tints of Maverick #D9A4C8
RGB
CMYK
RGB Variations
Color information
#D9A4C8 (or 0xD9A4C8) is known color: Maverick. HEX triplet: D9, A4 and C8. RGB value is (217,164,200). Sum of RGB (Red+Green+Blue) = 217+164+200=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4C8 is #265B37. Grayscale: #B7B7B7. Windows color (decimal): -2513720 or 13149401. OLE color: 13149401.
HSL color Cylindrical-coordinate representation of color #D9A4C8: hue angle of 319.25º 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 #D9A4C8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 200 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.15 |
| HSL | 319.25º | 0.41% | 0.75% | - |
| HSV(B) | 319.25º | 0.24% | 0.85% | - |
| XYZ | 52.32 | 45.47 | 60.66 | - |
| YUV | 183.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 200 | 0 | 0.24 | 0.08 | 0.15 | 319.25 | 0.41 | 0.75 |
| Hex | D9 | A4 | C8 | 0 | 18 | 8 | F | 13F | 29 | 4B |
| Octal | 331 | 244 | 310 | 0 | 30 | 10 | 17 | 477 | 51 | 113 |
| Binary | 11011001 | 10100100 | 11001000 | 0 | 11000 | 1000 | 1111 | 100111111 | 101001 | 1001011 |
Color Harmonies of #D9A4C8
Complementary color
Monochromatic Colors of #D9A4C8
Black with #D9A4C8
Text Example
Text Example
White with #D9A4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A4C8; }
p { color: rgb(217,164,200); }
H1.HeaderClassName
{
color: #D9A4C8;
}
.AnyTagClassName
{
color: #D9A4C8;
}
</style>
background-color css
<style>
a { background-color: #D9A4C8; }
a { background-color: rgb(217,164,200); }
div.DivClassName
{
background-color: #D9A4C8;
}
.BgClassName
{
background-color: #D9A4C8;
}
</style>
border-color css
<style>
span { border-color: #D9A4C8; }
span { border-color: rgb(217,164,200); }
td.TdClassName
{
border-color: #D9A4C8;
}
.TagClassName
{
border-color: #D9A4C8;
}
</style>