#DCA4CA

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

Shades of Maverick #DCA4CA

Tints of Maverick #DCA4CA

Color information

#DCA4CA (or 0xDCA4CA) is unknown color: approx Maverick. HEX triplet: DC, A4 and CA. RGB value is (220,164,202). Sum of RGB (Red+Green+Blue) = 220+164+202=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4CA is #235B35. Grayscale: #B8B8B8. Windows color (decimal): -2317110 or 13280476. OLE color: 13280476.

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

Color convert

RGB220164202-
CMYK00.250.080.14
HSL319.29º44.44%75.29%-
HSV(B)319.29º25.45%86.27%-
XYZ53.4546.0361.94-
YUV185.08137.55152.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=37.54%
G=27.99%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016420200.250.080.14319.2944.4475.29
HexDCA4CA0198E13f2c4b
Octal334244312031101647754113
Binary110111001010010011001010011001100011101001111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4CA; }

 p { color: rgb(220,164,202); }

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

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

 a { background-color: rgb(220,164,202); }

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

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

 span { border-color: rgb(220,164,202); }

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