Shades of Maverick #DCA7CA
Tints of Maverick #DCA7CA
RGB
CMYK
RGB Variations
Color information
#DCA7CA (or 0xDCA7CA) is known color: Maverick. HEX triplet: DC, A7 and CA. RGB value is (220,167,202). Sum of RGB (Red+Green+Blue) = 220+167+202=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7CA is #235835. Grayscale: #BABABA. Windows color (decimal): -2316342 or 13281244. OLE color: 13281244.
HSL color Cylindrical-coordinate representation of color #DCA7CA: hue angle of 320.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA7CA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 202 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.14 |
| HSL | 320.38º | 0.43% | 0.76% | - |
| HSV(B) | 320.38º | 0.24% | 0.86% | - |
| XYZ | 53.99 | 47.12 | 62.13 | - |
| YUV | 186.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 202 | 0 | 0.24 | 0.08 | 0.14 | 320.38 | 0.43 | 0.76 |
| Hex | DC | A7 | CA | 0 | 18 | 8 | E | 140 | 2B | 4C |
| Octal | 334 | 247 | 312 | 0 | 30 | 10 | 16 | 500 | 53 | 114 |
| Binary | 11011100 | 10100111 | 11001010 | 0 | 11000 | 1000 | 1110 | 101000000 | 101011 | 1001100 |
Color Harmonies of #DCA7CA
Complementary color
Monochromatic Colors of #DCA7CA
Black with #DCA7CA
Text Example
Text Example
White with #DCA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA7CA; }
p { color: rgb(220,167,202); }
H1.HeaderClassName
{
color: #DCA7CA;
}
.AnyTagClassName
{
color: #DCA7CA;
}
</style>
background-color css
<style>
a { background-color: #DCA7CA; }
a { background-color: rgb(220,167,202); }
div.DivClassName
{
background-color: #DCA7CA;
}
.BgClassName
{
background-color: #DCA7CA;
}
</style>
border-color css
<style>
span { border-color: #DCA7CA; }
span { border-color: rgb(220,167,202); }
td.TdClassName
{
border-color: #DCA7CA;
}
.TagClassName
{
border-color: #DCA7CA;
}
</style>