Html Css Color HEX #DCA0DC Plum

📋 copy color: '#DCA0DC'

red 220 ◦ green 160 ◦ blue 220

#DCA0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DCA0DC

Tints of Plum #DCA0DC

RGB

 RED value IS 220 (86.33% from 255) = 36.67%

 GREEN value IS 160 (62.89% from 255) = 26.67%

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 36.67%
G = 26.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCA0DC (or 0xDCA0DC) is known color: Plum. HEX triplet: DC, A0 and DC. RGB value is (220,160,220). Sum of RGB (Red+Green+Blue) = 220+160+220=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DC is #235F23. Grayscale: #B8B8B8. Windows color (decimal): -2318116 or 14459100. OLE color: 14459100.

HSL color Cylindrical-coordinate representation of color #DCA0DC: hue angle of 300º 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 #DCA0DC is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 220 -
CMYK 0 0.27 0 0.14
HSL 300º 0.46% 0.75% -
HSV(B) 300º 0.27% 0.86% -
XYZ 55 45.52 73.6 -
YUV 184.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 220 160 220 0 0.27 0 0.14 300 0.46 0.75
Hex DC A0 DC 0 1B 0 E 12C 2E 4B
Octal 334 240 334 0 33 0 16 454 56 113
Binary 11011100 10100000 11011100 0 11011 0 1110 100101100 101110 1001011

Color Harmonies of #DCA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0DC

Black with #DCA0DC

Text Example


Text Example

White with #DCA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0DC; }

 p { color: rgb(220,160,220); }

 H1.HeaderClassName
 {
   color: #DCA0DC;
 }
 .AnyTagClassName
 {
   color: #DCA0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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