Shades of Maverick #D9A1CB
Tints of Maverick #D9A1CB
RGB
CMYK
RGB Variations
Color information
#D9A1CB (or 0xD9A1CB) is known color: Maverick. HEX triplet: D9, A1 and CB. RGB value is (217,161,203). Sum of RGB (Red+Green+Blue) = 217+161+203=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1CB is #265E34. Grayscale: #B6B6B6. Windows color (decimal): -2514485 or 13345241. OLE color: 13345241.
HSL color Cylindrical-coordinate representation of color #D9A1CB: hue angle of 315º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1CB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 203 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.15 |
| HSL | 315º | 0.42% | 0.74% | - |
| HSV(B) | 315º | 0.26% | 0.85% | - |
| XYZ | 52.14 | 44.55 | 62.35 | - |
| YUV | 182.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 203 | 0 | 0.26 | 0.06 | 0.15 | 315 | 0.42 | 0.74 |
| Hex | D9 | A1 | CB | 0 | 1A | 6 | F | 13B | 2A | 4A |
| Octal | 331 | 241 | 313 | 0 | 32 | 6 | 17 | 473 | 52 | 112 |
| Binary | 11011001 | 10100001 | 11001011 | 0 | 11010 | 110 | 1111 | 100111011 | 101010 | 1001010 |
Color Harmonies of #D9A1CB
Complementary color
Monochromatic Colors of #D9A1CB
Black with #D9A1CB
Text Example
Text Example
White with #D9A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1CB; }
p { color: rgb(217,161,203); }
H1.HeaderClassName
{
color: #D9A1CB;
}
.AnyTagClassName
{
color: #D9A1CB;
}
</style>
background-color css
<style>
a { background-color: #D9A1CB; }
a { background-color: rgb(217,161,203); }
div.DivClassName
{
background-color: #D9A1CB;
}
.BgClassName
{
background-color: #D9A1CB;
}
</style>
border-color css
<style>
span { border-color: #D9A1CB; }
span { border-color: rgb(217,161,203); }
td.TdClassName
{
border-color: #D9A1CB;
}
.TagClassName
{
border-color: #D9A1CB;
}
</style>