Shades of Maverick #DBA6C7
Tints of Maverick #DBA6C7
RGB
CMYK
RGB Variations
Color information
#DBA6C7 (or 0xDBA6C7) is known color: Maverick. HEX triplet: DB, A6 and C7. RGB value is (219,166,199). Sum of RGB (Red+Green+Blue) = 219+166+199=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C7 is #245938. Grayscale: #B9B9B9. Windows color (decimal): -2382137 or 13084379. OLE color: 13084379.
HSL color Cylindrical-coordinate representation of color #DBA6C7: hue angle of 322.64º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6C7 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 199 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.14 |
| HSL | 322.64º | 0.42% | 0.75% | - |
| HSV(B) | 322.64º | 0.24% | 0.86% | - |
| XYZ | 53.16 | 46.46 | 60.2 | - |
| YUV | 185.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 199 | 0 | 0.24 | 0.09 | 0.14 | 322.64 | 0.42 | 0.75 |
| Hex | DB | A6 | C7 | 0 | 18 | 9 | E | 143 | 2A | 4B |
| Octal | 333 | 246 | 307 | 0 | 30 | 11 | 16 | 503 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11000111 | 0 | 11000 | 1001 | 1110 | 101000011 | 101010 | 1001011 |
Color Harmonies of #DBA6C7
Complementary color
Monochromatic Colors of #DBA6C7
Black with #DBA6C7
Text Example
Text Example
White with #DBA6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6C7; }
p { color: rgb(219,166,199); }
H1.HeaderClassName
{
color: #DBA6C7;
}
.AnyTagClassName
{
color: #DBA6C7;
}
</style>
background-color css
<style>
a { background-color: #DBA6C7; }
a { background-color: rgb(219,166,199); }
div.DivClassName
{
background-color: #DBA6C7;
}
.BgClassName
{
background-color: #DBA6C7;
}
</style>
border-color css
<style>
span { border-color: #DBA6C7; }
span { border-color: rgb(219,166,199); }
td.TdClassName
{
border-color: #DBA6C7;
}
.TagClassName
{
border-color: #DBA6C7;
}
</style>