Html Css Color HEX #DCA1DC Plum

📋 copy color: '#DCA1DC'

red 220 ◦ green 161 ◦ blue 220

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

Shades of Plum #DCA1DC

Tints of Plum #DCA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.79%

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

R = 36.61%
G = 26.79%
B = 36.61%

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

#DCA1DC (or 0xDCA1DC) is known color: Plum. HEX triplet: DC, A1 and DC. RGB value is (220,161,220). Sum of RGB (Red+Green+Blue) = 220+161+220=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DC is #235E23. Grayscale: #B9B9B9. Windows color (decimal): -2317860 or 14459356. OLE color: 14459356.

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

Color convert

RGB 220 161 220 -
CMYK 0 0.27 0 0.14
HSL 300º 0.46% 0.75% -
HSV(B) 300º 0.27% 0.86% -
XYZ 55.18 45.87 73.66 -
YUV 185.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 220 161 220 0 0.27 0 0.14 300 0.46 0.75
Hex DC A1 DC 0 1B 0 E 12C 2E 4B
Octal 334 241 334 0 33 0 16 454 56 113
Binary 11011100 10100001 11011100 0 11011 0 1110 100101100 101110 1001011

Color Harmonies of #DCA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1DC

Black with #DCA1DC

Text Example


Text Example

White with #DCA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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