Html Css Color HEX #DCA0EA Plum

📋 copy color: '#DCA0EA'

red 220 ◦ green 160 ◦ blue 234

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

Shades of Plum #DCA0EA

Tints of Plum #DCA0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 35.83%
G = 26.06%
B = 38.11%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCA0EA (or 0xDCA0EA) is known color: Plum. HEX triplet: DC, A0 and EA. RGB value is (220,160,234). Sum of RGB (Red+Green+Blue) = 220+160+234=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0EA is #235F15. Grayscale: #BABABA. Windows color (decimal): -2318102 or 15376604. OLE color: 15376604.

HSL color Cylindrical-coordinate representation of color #DCA0EA: hue angle of 288.65º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA0EA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 160 234 -
CMYK 0.06 0.32 0 0.08
HSL 288.65º 0.64% 0.77% -
HSV(B) 288.65º 0.32% 0.92% -
XYZ 56.94 46.3 83.78 -
YUV 186.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 220 160 234 0.06 0.32 0 0.08 288.65 0.64 0.77
Hex DC A0 EA 6 20 0 8 121 40 4D
Octal 334 240 352 6 40 0 10 441 100 115
Binary 11011100 10100000 11101010 110 100000 0 1000 100100001 1000000 1001101

Color Harmonies of #DCA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0EA

Black with #DCA0EA

Text Example


Text Example

White with #DCA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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