Shades of Maverick #DCA1CB
Tints of Maverick #DCA1CB
RGB
CMYK
RGB Variations
Color information
#DCA1CB (or 0xDCA1CB) is known color: Maverick. HEX triplet: DC, A1 and CB. RGB value is (220,161,203). Sum of RGB (Red+Green+Blue) = 220+161+203=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1CB is #235E34. Grayscale: #B7B7B7. Windows color (decimal): -2317877 or 13345244. OLE color: 13345244.
HSL color Cylindrical-coordinate representation of color #DCA1CB: hue angle of 317.29º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1CB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 203 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.14 |
| HSL | 317.29º | 0.46% | 0.75% | - |
| HSV(B) | 317.29º | 0.27% | 0.86% | - |
| XYZ | 53.04 | 45.02 | 62.39 | - |
| YUV | 183.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 203 | 0 | 0.27 | 0.08 | 0.14 | 317.29 | 0.46 | 0.75 |
| Hex | DC | A1 | CB | 0 | 1B | 8 | E | 13D | 2E | 4B |
| Octal | 334 | 241 | 313 | 0 | 33 | 10 | 16 | 475 | 56 | 113 |
| Binary | 11011100 | 10100001 | 11001011 | 0 | 11011 | 1000 | 1110 | 100111101 | 101110 | 1001011 |
Color Harmonies of #DCA1CB
Complementary color
Monochromatic Colors of #DCA1CB
Black with #DCA1CB
Text Example
Text Example
White with #DCA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA1CB; }
p { color: rgb(220,161,203); }
H1.HeaderClassName
{
color: #DCA1CB;
}
.AnyTagClassName
{
color: #DCA1CB;
}
</style>
background-color css
<style>
a { background-color: #DCA1CB; }
a { background-color: rgb(220,161,203); }
div.DivClassName
{
background-color: #DCA1CB;
}
.BgClassName
{
background-color: #DCA1CB;
}
</style>
border-color css
<style>
span { border-color: #DCA1CB; }
span { border-color: rgb(220,161,203); }
td.TdClassName
{
border-color: #DCA1CB;
}
.TagClassName
{
border-color: #DCA1CB;
}
</style>