Shades of Maverick #DBA7CA
Tints of Maverick #DBA7CA
RGB
CMYK
RGB Variations
Color information
#DBA7CA (or 0xDBA7CA) is known color: Maverick. HEX triplet: DB, A7 and CA. RGB value is (219,167,202). Sum of RGB (Red+Green+Blue) = 219+167+202=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7CA is #245835. Grayscale: #BABABA. Windows color (decimal): -2381878 or 13281243. OLE color: 13281243.
HSL color Cylindrical-coordinate representation of color #DBA7CA: hue angle of 319.62º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7CA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 202 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.14 |
| HSL | 319.62º | 0.42% | 0.76% | - |
| HSV(B) | 319.62º | 0.24% | 0.86% | - |
| XYZ | 53.69 | 46.96 | 62.11 | - |
| YUV | 186.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 202 | 0 | 0.24 | 0.08 | 0.14 | 319.62 | 0.42 | 0.76 |
| Hex | DB | A7 | CA | 0 | 18 | 8 | E | 140 | 2A | 4C |
| Octal | 333 | 247 | 312 | 0 | 30 | 10 | 16 | 500 | 52 | 114 |
| Binary | 11011011 | 10100111 | 11001010 | 0 | 11000 | 1000 | 1110 | 101000000 | 101010 | 1001100 |
Color Harmonies of #DBA7CA
Complementary color
Monochromatic Colors of #DBA7CA
Black with #DBA7CA
Text Example
Text Example
White with #DBA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7CA; }
p { color: rgb(219,167,202); }
H1.HeaderClassName
{
color: #DBA7CA;
}
.AnyTagClassName
{
color: #DBA7CA;
}
</style>
background-color css
<style>
a { background-color: #DBA7CA; }
a { background-color: rgb(219,167,202); }
div.DivClassName
{
background-color: #DBA7CA;
}
.BgClassName
{
background-color: #DBA7CA;
}
</style>
border-color css
<style>
span { border-color: #DBA7CA; }
span { border-color: rgb(219,167,202); }
td.TdClassName
{
border-color: #DBA7CA;
}
.TagClassName
{
border-color: #DBA7CA;
}
</style>