#DCA2CB

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

Shades of Maverick #DCA2CB

Tints of Maverick #DCA2CB

Color information

#DCA2CB (or 0xDCA2CB) is unknown color: approx Maverick. HEX triplet: DC, A2 and CB. RGB value is (220,162,203). Sum of RGB (Red+Green+Blue) = 220+162+203=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2CB is #235D34. Grayscale: #B7B7B7. Windows color (decimal): -2317621 or 13345500. OLE color: 13345500.

HSL color Cylindrical-coordinate representation of color #DCA2CB: hue angle of 317.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2CB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220162203-
CMYK00.260.080.14
HSL317.59º45.31%74.9%-
HSV(B)317.59º26.36%86.27%-
XYZ53.2245.3762.45-
YUV184.02138.72153.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=37.61%
G=27.69%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016220300.260.080.14317.5945.3174.9
HexDCA2CB01A8E13e2d4b
Octal334242313032101647655113
Binary110111001010001011001011011010100011101001111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2CB; }

 p { color: rgb(220,162,203); }

 H1.HeaderClassName
 {
   color: #DCA2CB;
 }
 .AnyTagClassName
 {
   color: #DCA2CB;
 }
</style>
background-color css

<style>
 a { background-color: #DCA2CB; }

 a { background-color: rgb(220,162,203); }

 div.DivClassName
 {
   background-color: #DCA2CB;
 }
 .BgClassName
 {
   background-color: #DCA2CB;
 }
</style>
border-color css

<style>
 span { border-color: #DCA2CB; }

 span { border-color: rgb(220,162,203); }

 td.TdClassName
 {
   border-color: #DCA2CB;
 }
 .TagClassName
 {
   border-color: #DCA2CB;
 }
</style>