Html Css Color HEX #DCA6DE Plum

📋 copy color: '#DCA6DE'

red 220 ◦ green 166 ◦ blue 222

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

Shades of Plum #DCA6DE

Tints of Plum #DCA6DE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 36.18%
G = 27.3%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA6DE (or 0xDCA6DE) is known color: Plum. HEX triplet: DC, A6 and DE. RGB value is (220,166,222). Sum of RGB (Red+Green+Blue) = 220+166+222=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6DE is #235921. Grayscale: #BCBCBC. Windows color (decimal): -2316578 or 14591708. OLE color: 14591708.

HSL color Cylindrical-coordinate representation of color #DCA6DE: hue angle of 297.86º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6DE is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 166 222 -
CMYK 0.01 0.25 0 0.13
HSL 297.86º 0.46% 0.76% -
HSV(B) 297.86º 0.25% 0.87% -
XYZ 56.34 47.76 75.36 -
YUV 188.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 220 166 222 0.01 0.25 0 0.13 297.86 0.46 0.76
Hex DC A6 DE 1 19 0 D 12A 2E 4C
Octal 334 246 336 1 31 0 15 452 56 114
Binary 11011100 10100110 11011110 1 11001 0 1101 100101010 101110 1001100

Color Harmonies of #DCA6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6DE

Black with #DCA6DE

Text Example


Text Example

White with #DCA6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6DE; }

 p { color: rgb(220,166,222); }

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

background-color css

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

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

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

border-color css

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

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

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