Html Css Color HEX #DCA0E0 Plum

📋 copy color: '#DCA0E0'

red 220 ◦ green 160 ◦ blue 224

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

Shades of Plum #DCA0E0

Tints of Plum #DCA0E0

RGB

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

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

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

R = 36.42%
G = 26.49%
B = 37.09%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCA0E0 (or 0xDCA0E0) is known color: Plum. HEX triplet: DC, A0 and E0. RGB value is (220,160,224). Sum of RGB (Red+Green+Blue) = 220+160+224=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0E0 is #235F1F. Grayscale: #B9B9B9. Windows color (decimal): -2318112 or 14721244. OLE color: 14721244.

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

Color convert

RGB 220 160 224 -
CMYK 0.02 0.29 0 0.12
HSL 296.25º 0.51% 0.75% -
HSV(B) 296.25º 0.29% 0.88% -
XYZ 55.54 45.74 76.42 -
YUV 185.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 220 160 224 0.02 0.29 0 0.12 296.25 0.51 0.75
Hex DC A0 E0 2 1D 0 C 128 33 4B
Octal 334 240 340 2 35 0 14 450 63 113
Binary 11011100 10100000 11100000 10 11101 0 1100 100101000 110011 1001011

Color Harmonies of #DCA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0E0

Black with #DCA0E0

Text Example


Text Example

White with #DCA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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