#DCA1CB

Color #DCA1CB Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #DCA1CB

Tints of Maverick #DCA1CB

Color information

#DCA1CB (or 0xDCA1CB) is unknown color: approx 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

RGB220161203-
CMYK00.270.080.14
HSL317.29º45.74%74.71%-
HSV(B)317.29º26.82%86.27%-
XYZ53.0445.0262.39-
YUV183.43139.05154.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=37.67%
G=27.57%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016120300.270.080.14317.2945.7474.71
HexDCA1CB01B8E13d2e4b
Octal334241313033101647556113
Binary110111001010000111001011011011100011101001111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>