Shades of Maverick #DBA3CB
Tints of Maverick #DBA3CB
RGB
CMYK
RGB Variations
Color information
#DBA3CB (or 0xDBA3CB) is known color: Maverick. HEX triplet: DB, A3 and CB. RGB value is (219,163,203). Sum of RGB (Red+Green+Blue) = 219+163+203=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3CB is #245C34. Grayscale: #B8B8B8. Windows color (decimal): -2382901 or 13345755. OLE color: 13345755.
HSL color Cylindrical-coordinate representation of color #DBA3CB: hue angle of 317.14º 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 #DBA3CB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 203 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.14 |
| HSL | 317.14º | 0.44% | 0.75% | - |
| HSV(B) | 317.14º | 0.26% | 0.86% | - |
| XYZ | 53.09 | 45.57 | 62.5 | - |
| YUV | 184.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 203 | 0 | 0.26 | 0.07 | 0.14 | 317.14 | 0.44 | 0.75 |
| Hex | DB | A3 | CB | 0 | 1A | 7 | E | 13D | 2C | 4B |
| Octal | 333 | 243 | 313 | 0 | 32 | 7 | 16 | 475 | 54 | 113 |
| Binary | 11011011 | 10100011 | 11001011 | 0 | 11010 | 111 | 1110 | 100111101 | 101100 | 1001011 |
Color Harmonies of #DBA3CB
Complementary color
Monochromatic Colors of #DBA3CB
Black with #DBA3CB
Text Example
Text Example
White with #DBA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3CB; }
p { color: rgb(219,163,203); }
H1.HeaderClassName
{
color: #DBA3CB;
}
.AnyTagClassName
{
color: #DBA3CB;
}
</style>
background-color css
<style>
a { background-color: #DBA3CB; }
a { background-color: rgb(219,163,203); }
div.DivClassName
{
background-color: #DBA3CB;
}
.BgClassName
{
background-color: #DBA3CB;
}
</style>
border-color css
<style>
span { border-color: #DBA3CB; }
span { border-color: rgb(219,163,203); }
td.TdClassName
{
border-color: #DBA3CB;
}
.TagClassName
{
border-color: #DBA3CB;
}
</style>