Shades of Maverick #DBA4CA
Tints of Maverick #DBA4CA
RGB
CMYK
RGB Variations
Color information
#DBA4CA (or 0xDBA4CA) is known color: Maverick. HEX triplet: DB, A4 and CA. RGB value is (219,164,202). Sum of RGB (Red+Green+Blue) = 219+164+202=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4CA is #245B35. Grayscale: #B8B8B8. Windows color (decimal): -2382646 or 13280475. OLE color: 13280475.
HSL color Cylindrical-coordinate representation of color #DBA4CA: hue angle of 318.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4CA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 202 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.14 |
| HSL | 318.55º | 0.43% | 0.75% | - |
| HSV(B) | 318.55º | 0.25% | 0.86% | - |
| XYZ | 53.15 | 45.88 | 61.93 | - |
| YUV | 184.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 202 | 0 | 0.25 | 0.08 | 0.14 | 318.55 | 0.43 | 0.75 |
| Hex | DB | A4 | CA | 0 | 19 | 8 | E | 13F | 2B | 4B |
| Octal | 333 | 244 | 312 | 0 | 31 | 10 | 16 | 477 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11001010 | 0 | 11001 | 1000 | 1110 | 100111111 | 101011 | 1001011 |
Color Harmonies of #DBA4CA
Complementary color
Monochromatic Colors of #DBA4CA
Black with #DBA4CA
Text Example
Text Example
White with #DBA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4CA; }
p { color: rgb(219,164,202); }
H1.HeaderClassName
{
color: #DBA4CA;
}
.AnyTagClassName
{
color: #DBA4CA;
}
</style>
background-color css
<style>
a { background-color: #DBA4CA; }
a { background-color: rgb(219,164,202); }
div.DivClassName
{
background-color: #DBA4CA;
}
.BgClassName
{
background-color: #DBA4CA;
}
</style>
border-color css
<style>
span { border-color: #DBA4CA; }
span { border-color: rgb(219,164,202); }
td.TdClassName
{
border-color: #DBA4CA;
}
.TagClassName
{
border-color: #DBA4CA;
}
</style>