Shades of Maverick #DBA1CA
Tints of Maverick #DBA1CA
RGB
CMYK
RGB Variations
Color information
#DBA1CA (or 0xDBA1CA) is known color: Maverick. HEX triplet: DB, A1 and CA. RGB value is (219,161,202). Sum of RGB (Red+Green+Blue) = 219+161+202=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1CA is #245E35. Grayscale: #B6B6B6. Windows color (decimal): -2383414 or 13279707. OLE color: 13279707.
HSL color Cylindrical-coordinate representation of color #DBA1CA: hue angle of 317.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA1CA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 202 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.14 |
| HSL | 317.59º | 0.45% | 0.75% | - |
| HSV(B) | 317.59º | 0.26% | 0.86% | - |
| XYZ | 52.62 | 44.81 | 61.75 | - |
| YUV | 183.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 202 | 0 | 0.26 | 0.08 | 0.14 | 317.59 | 0.45 | 0.75 |
| Hex | DB | A1 | CA | 0 | 1A | 8 | E | 13E | 2D | 4B |
| Octal | 333 | 241 | 312 | 0 | 32 | 10 | 16 | 476 | 55 | 113 |
| Binary | 11011011 | 10100001 | 11001010 | 0 | 11010 | 1000 | 1110 | 100111110 | 101101 | 1001011 |
Color Harmonies of #DBA1CA
Complementary color
Monochromatic Colors of #DBA1CA
Black with #DBA1CA
Text Example
Text Example
White with #DBA1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1CA; }
p { color: rgb(219,161,202); }
H1.HeaderClassName
{
color: #DBA1CA;
}
.AnyTagClassName
{
color: #DBA1CA;
}
</style>
background-color css
<style>
a { background-color: #DBA1CA; }
a { background-color: rgb(219,161,202); }
div.DivClassName
{
background-color: #DBA1CA;
}
.BgClassName
{
background-color: #DBA1CA;
}
</style>
border-color css
<style>
span { border-color: #DBA1CA; }
span { border-color: rgb(219,161,202); }
td.TdClassName
{
border-color: #DBA1CA;
}
.TagClassName
{
border-color: #DBA1CA;
}
</style>