Html Css Color HEX #DCA6E0 Plum

📋 copy color: '#DCA6E0'

red 220 ◦ green 166 ◦ blue 224

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

Shades of Plum #DCA6E0

Tints of Plum #DCA6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.72%

R = 36.07%
G = 27.21%
B = 36.72%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCA6E0 (or 0xDCA6E0) is known color: Plum. HEX triplet: DC, A6 and E0. RGB value is (220,166,224). Sum of RGB (Red+Green+Blue) = 220+166+224=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6E0 is #23591F. Grayscale: #BCBCBC. Windows color (decimal): -2316576 or 14722780. OLE color: 14722780.

HSL color Cylindrical-coordinate representation of color #DCA6E0: hue angle of 295.86º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA6E0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 166 224 -
CMYK 0.02 0.26 0 0.12
HSL 295.86º 0.48% 0.76% -
HSV(B) 295.86º 0.26% 0.88% -
XYZ 56.61 47.87 76.78 -
YUV 188.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 220 166 224 0.02 0.26 0 0.12 295.86 0.48 0.76
Hex DC A6 E0 2 1A 0 C 128 30 4C
Octal 334 246 340 2 32 0 14 450 60 114
Binary 11011100 10100110 11100000 10 11010 0 1100 100101000 110000 1001100

Color Harmonies of #DCA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6E0

Black with #DCA6E0

Text Example


Text Example

White with #DCA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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