Shades of Maverick #DBA3CA
Tints of Maverick #DBA3CA
RGB
CMYK
RGB Variations
Color information
#DBA3CA (or 0xDBA3CA) is known color: Maverick. HEX triplet: DB, A3 and CA. RGB value is (219,163,202). Sum of RGB (Red+Green+Blue) = 219+163+202=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3CA is #245C35. Grayscale: #B8B8B8. Windows color (decimal): -2382902 or 13280219. OLE color: 13280219.
HSL color Cylindrical-coordinate representation of color #DBA3CA: hue angle of 318.21º degrees, saturation: 0.44, 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 #DBA3CA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 202 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.14 |
| HSL | 318.21º | 0.44% | 0.75% | - |
| HSV(B) | 318.21º | 0.26% | 0.86% | - |
| XYZ | 52.97 | 45.52 | 61.87 | - |
| YUV | 184.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 202 | 0 | 0.26 | 0.08 | 0.14 | 318.21 | 0.44 | 0.75 |
| Hex | DB | A3 | CA | 0 | 1A | 8 | E | 13E | 2C | 4B |
| Octal | 333 | 243 | 312 | 0 | 32 | 10 | 16 | 476 | 54 | 113 |
| Binary | 11011011 | 10100011 | 11001010 | 0 | 11010 | 1000 | 1110 | 100111110 | 101100 | 1001011 |
Color Harmonies of #DBA3CA
Complementary color
Monochromatic Colors of #DBA3CA
Black with #DBA3CA
Text Example
Text Example
White with #DBA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3CA; }
p { color: rgb(219,163,202); }
H1.HeaderClassName
{
color: #DBA3CA;
}
.AnyTagClassName
{
color: #DBA3CA;
}
</style>
background-color css
<style>
a { background-color: #DBA3CA; }
a { background-color: rgb(219,163,202); }
div.DivClassName
{
background-color: #DBA3CA;
}
.BgClassName
{
background-color: #DBA3CA;
}
</style>
border-color css
<style>
span { border-color: #DBA3CA; }
span { border-color: rgb(219,163,202); }
td.TdClassName
{
border-color: #DBA3CA;
}
.TagClassName
{
border-color: #DBA3CA;
}
</style>