Shades of Maverick #DCA6CB
Tints of Maverick #DCA6CB
RGB
CMYK
RGB Variations
Color information
#DCA6CB (or 0xDCA6CB) is known color: Maverick. HEX triplet: DC, A6 and CB. RGB value is (220,166,203). Sum of RGB (Red+Green+Blue) = 220+166+203=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6CB is #235934. Grayscale: #BABABA. Windows color (decimal): -2316597 or 13346524. OLE color: 13346524.
HSL color Cylindrical-coordinate representation of color #DCA6CB: hue angle of 318.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6CB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 203 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.14 |
| HSL | 318.89º | 0.44% | 0.76% | - |
| HSV(B) | 318.89º | 0.25% | 0.86% | - |
| XYZ | 53.93 | 46.8 | 62.69 | - |
| YUV | 186.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 203 | 0 | 0.25 | 0.08 | 0.14 | 318.89 | 0.44 | 0.76 |
| Hex | DC | A6 | CB | 0 | 19 | 8 | E | 13F | 2C | 4C |
| Octal | 334 | 246 | 313 | 0 | 31 | 10 | 16 | 477 | 54 | 114 |
| Binary | 11011100 | 10100110 | 11001011 | 0 | 11001 | 1000 | 1110 | 100111111 | 101100 | 1001100 |
Color Harmonies of #DCA6CB
Complementary color
Monochromatic Colors of #DCA6CB
Black with #DCA6CB
Text Example
Text Example
White with #DCA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6CB; }
p { color: rgb(220,166,203); }
H1.HeaderClassName
{
color: #DCA6CB;
}
.AnyTagClassName
{
color: #DCA6CB;
}
</style>
background-color css
<style>
a { background-color: #DCA6CB; }
a { background-color: rgb(220,166,203); }
div.DivClassName
{
background-color: #DCA6CB;
}
.BgClassName
{
background-color: #DCA6CB;
}
</style>
border-color css
<style>
span { border-color: #DCA6CB; }
span { border-color: rgb(220,166,203); }
td.TdClassName
{
border-color: #DCA6CB;
}
.TagClassName
{
border-color: #DCA6CB;
}
</style>