Shades of Maverick #DBA9C9
Tints of Maverick #DBA9C9
RGB
CMYK
RGB Variations
Color information
#DBA9C9 (or 0xDBA9C9) is known color: Maverick. HEX triplet: DB, A9 and C9. RGB value is (219,169,201). Sum of RGB (Red+Green+Blue) = 219+169+201=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9C9 is #245636. Grayscale: #BBBBBB. Windows color (decimal): -2381367 or 13216219. OLE color: 13216219.
HSL color Cylindrical-coordinate representation of color #DBA9C9: hue angle of 321.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9C9 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 201 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.14 |
| HSL | 321.6º | 0.41% | 0.76% | - |
| HSV(B) | 321.6º | 0.23% | 0.86% | - |
| XYZ | 53.94 | 47.65 | 61.61 | - |
| YUV | 187.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 201 | 0 | 0.23 | 0.08 | 0.14 | 321.6 | 0.41 | 0.76 |
| Hex | DB | A9 | C9 | 0 | 17 | 8 | E | 142 | 29 | 4C |
| Octal | 333 | 251 | 311 | 0 | 27 | 10 | 16 | 502 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11001001 | 0 | 10111 | 1000 | 1110 | 101000010 | 101001 | 1001100 |
Color Harmonies of #DBA9C9
Complementary color
Monochromatic Colors of #DBA9C9
Black with #DBA9C9
Text Example
Text Example
White with #DBA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9C9; }
p { color: rgb(219,169,201); }
H1.HeaderClassName
{
color: #DBA9C9;
}
.AnyTagClassName
{
color: #DBA9C9;
}
</style>
background-color css
<style>
a { background-color: #DBA9C9; }
a { background-color: rgb(219,169,201); }
div.DivClassName
{
background-color: #DBA9C9;
}
.BgClassName
{
background-color: #DBA9C9;
}
</style>
border-color css
<style>
span { border-color: #DBA9C9; }
span { border-color: rgb(219,169,201); }
td.TdClassName
{
border-color: #DBA9C9;
}
.TagClassName
{
border-color: #DBA9C9;
}
</style>