Shades of Maverick #DBA0CB
Tints of Maverick #DBA0CB
RGB
CMYK
RGB Variations
Color information
#DBA0CB (or 0xDBA0CB) is known color: Maverick. HEX triplet: DB, A0 and CB. RGB value is (219,160,203). Sum of RGB (Red+Green+Blue) = 219+160+203=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0CB is #245F34. Grayscale: #B6B6B6. Windows color (decimal): -2383669 or 13344987. OLE color: 13344987.
HSL color Cylindrical-coordinate representation of color #DBA0CB: hue angle of 316.27º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0CB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 203 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.14 |
| HSL | 316.27º | 0.45% | 0.74% | - |
| HSV(B) | 316.27º | 0.27% | 0.86% | - |
| XYZ | 52.56 | 44.51 | 62.32 | - |
| YUV | 182.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 203 | 0 | 0.27 | 0.07 | 0.14 | 316.27 | 0.45 | 0.74 |
| Hex | DB | A0 | CB | 0 | 1B | 7 | E | 13C | 2D | 4A |
| Octal | 333 | 240 | 313 | 0 | 33 | 7 | 16 | 474 | 55 | 112 |
| Binary | 11011011 | 10100000 | 11001011 | 0 | 11011 | 111 | 1110 | 100111100 | 101101 | 1001010 |
Color Harmonies of #DBA0CB
Complementary color
Monochromatic Colors of #DBA0CB
Black with #DBA0CB
Text Example
Text Example
White with #DBA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0CB; }
p { color: rgb(219,160,203); }
H1.HeaderClassName
{
color: #DBA0CB;
}
.AnyTagClassName
{
color: #DBA0CB;
}
</style>
background-color css
<style>
a { background-color: #DBA0CB; }
a { background-color: rgb(219,160,203); }
div.DivClassName
{
background-color: #DBA0CB;
}
.BgClassName
{
background-color: #DBA0CB;
}
</style>
border-color css
<style>
span { border-color: #DBA0CB; }
span { border-color: rgb(219,160,203); }
td.TdClassName
{
border-color: #DBA0CB;
}
.TagClassName
{
border-color: #DBA0CB;
}
</style>