#DCAADA

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

Shades of Plum #DCAADA

Tints of Plum #DCAADA

Color information

#DCAADA (or 0xDCAADA) is unknown color: approx Plum. HEX triplet: DC, AA and DA. RGB value is (220,170,218). Sum of RGB (Red+Green+Blue) = 220+170+218=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADA is #235525. Grayscale: #BEBEBE. Windows color (decimal): -2315558 or 14330588. OLE color: 14330588.

HSL color Cylindrical-coordinate representation of color #DCAADA: hue angle of 302.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAADA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220170218-
CMYK00.230.010.14
HSL302.4º41.67%76.47%-
HSV(B)302.4º22.73%86.27%-
XYZ56.5449.0372.81-
YUV190.42143.56149.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=36.18%
G=27.96%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017021800.230.010.14302.441.6776.47
HexDCAADA0171E12e2a4c
Octal33425233202711645652114
Binary110111001010101011011010010111111101001011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAADA; }

 p { color: rgb(220,170,218); }

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

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

 a { background-color: rgb(220,170,218); }

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

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

 span { border-color: rgb(220,170,218); }

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