Shades of Maverick #DBA9CA
Tints of Maverick #DBA9CA
RGB
CMYK
RGB Variations
Color information
#DBA9CA (or 0xDBA9CA) is known color: Maverick. HEX triplet: DB, A9 and CA. RGB value is (219,169,202). Sum of RGB (Red+Green+Blue) = 219+169+202=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CA is #245635. Grayscale: #BBBBBB. Windows color (decimal): -2381366 or 13281755. OLE color: 13281755.
HSL color Cylindrical-coordinate representation of color #DBA9CA: hue angle of 320.4º 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 #DBA9CA is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 202 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.14 |
| HSL | 320.4º | 0.41% | 0.76% | - |
| HSV(B) | 320.4º | 0.23% | 0.86% | - |
| XYZ | 54.06 | 47.7 | 62.23 | - |
| YUV | 187.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 202 | 0 | 0.23 | 0.08 | 0.14 | 320.4 | 0.41 | 0.76 |
| Hex | DB | A9 | CA | 0 | 17 | 8 | E | 140 | 29 | 4C |
| Octal | 333 | 251 | 312 | 0 | 27 | 10 | 16 | 500 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11001010 | 0 | 10111 | 1000 | 1110 | 101000000 | 101001 | 1001100 |
Color Harmonies of #DBA9CA
Complementary color
Monochromatic Colors of #DBA9CA
Black with #DBA9CA
Text Example
Text Example
White with #DBA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9CA; }
p { color: rgb(219,169,202); }
H1.HeaderClassName
{
color: #DBA9CA;
}
.AnyTagClassName
{
color: #DBA9CA;
}
</style>
background-color css
<style>
a { background-color: #DBA9CA; }
a { background-color: rgb(219,169,202); }
div.DivClassName
{
background-color: #DBA9CA;
}
.BgClassName
{
background-color: #DBA9CA;
}
</style>
border-color css
<style>
span { border-color: #DBA9CA; }
span { border-color: rgb(219,169,202); }
td.TdClassName
{
border-color: #DBA9CA;
}
.TagClassName
{
border-color: #DBA9CA;
}
</style>