Shades of Maverick #DBA5CA
Tints of Maverick #DBA5CA
RGB
CMYK
RGB Variations
Color information
#DBA5CA (or 0xDBA5CA) is known color: Maverick. HEX triplet: DB, A5 and CA. RGB value is (219,165,202). Sum of RGB (Red+Green+Blue) = 219+165+202=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5CA is #245A35. Grayscale: #B9B9B9. Windows color (decimal): -2382390 or 13280731. OLE color: 13280731.
HSL color Cylindrical-coordinate representation of color #DBA5CA: hue angle of 318.89º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5CA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 202 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.14 |
| HSL | 318.89º | 0.43% | 0.75% | - |
| HSV(B) | 318.89º | 0.25% | 0.86% | - |
| XYZ | 53.33 | 46.23 | 61.99 | - |
| YUV | 185.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 202 | 0 | 0.25 | 0.08 | 0.14 | 318.89 | 0.43 | 0.75 |
| Hex | DB | A5 | CA | 0 | 19 | 8 | E | 13F | 2B | 4B |
| Octal | 333 | 245 | 312 | 0 | 31 | 10 | 16 | 477 | 53 | 113 |
| Binary | 11011011 | 10100101 | 11001010 | 0 | 11001 | 1000 | 1110 | 100111111 | 101011 | 1001011 |
Color Harmonies of #DBA5CA
Complementary color
Monochromatic Colors of #DBA5CA
Black with #DBA5CA
Text Example
Text Example
White with #DBA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5CA; }
p { color: rgb(219,165,202); }
H1.HeaderClassName
{
color: #DBA5CA;
}
.AnyTagClassName
{
color: #DBA5CA;
}
</style>
background-color css
<style>
a { background-color: #DBA5CA; }
a { background-color: rgb(219,165,202); }
div.DivClassName
{
background-color: #DBA5CA;
}
.BgClassName
{
background-color: #DBA5CA;
}
</style>
border-color css
<style>
span { border-color: #DBA5CA; }
span { border-color: rgb(219,165,202); }
td.TdClassName
{
border-color: #DBA5CA;
}
.TagClassName
{
border-color: #DBA5CA;
}
</style>