Shades of Maverick #DBA9C6
Tints of Maverick #DBA9C6
RGB
CMYK
RGB Variations
Color information
#DBA9C6 (or 0xDBA9C6) is known color: Maverick. HEX triplet: DB, A9 and C6. RGB value is (219,169,198). Sum of RGB (Red+Green+Blue) = 219+169+198=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9C6 is #245639. Grayscale: #BBBBBB. Windows color (decimal): -2381370 or 13019611. OLE color: 13019611.
HSL color Cylindrical-coordinate representation of color #DBA9C6: hue angle of 325.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9C6 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 198 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.14 |
| HSL | 325.2º | 0.41% | 0.76% | - |
| HSV(B) | 325.2º | 0.23% | 0.86% | - |
| XYZ | 53.59 | 47.51 | 59.77 | - |
| YUV | 187.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 198 | 0 | 0.23 | 0.10 | 0.14 | 325.2 | 0.41 | 0.76 |
| Hex | DB | A9 | C6 | 0 | 17 | A | E | 145 | 29 | 4C |
| Octal | 333 | 251 | 306 | 0 | 27 | 12 | 16 | 505 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11000110 | 0 | 10111 | 1010 | 1110 | 101000101 | 101001 | 1001100 |
Color Harmonies of #DBA9C6
Complementary color
Monochromatic Colors of #DBA9C6
Black with #DBA9C6
Text Example
Text Example
White with #DBA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9C6; }
p { color: rgb(219,169,198); }
H1.HeaderClassName
{
color: #DBA9C6;
}
.AnyTagClassName
{
color: #DBA9C6;
}
</style>
background-color css
<style>
a { background-color: #DBA9C6; }
a { background-color: rgb(219,169,198); }
div.DivClassName
{
background-color: #DBA9C6;
}
.BgClassName
{
background-color: #DBA9C6;
}
</style>
border-color css
<style>
span { border-color: #DBA9C6; }
span { border-color: rgb(219,169,198); }
td.TdClassName
{
border-color: #DBA9C6;
}
.TagClassName
{
border-color: #DBA9C6;
}
</style>