Html Css Color HEX #DCA0DD Plum

📋 copy color: '#DCA0DD'

red 220 ◦ green 160 ◦ blue 221

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

Shades of Plum #DCA0DD

Tints of Plum #DCA0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 36.61%
G = 26.62%
B = 36.77%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA0DD (or 0xDCA0DD) is known color: Plum. HEX triplet: DC, A0 and DD. RGB value is (220,160,221). Sum of RGB (Red+Green+Blue) = 220+160+221=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DD is #235F22. Grayscale: #B8B8B8. Windows color (decimal): -2318115 or 14524636. OLE color: 14524636.

HSL color Cylindrical-coordinate representation of color #DCA0DD: hue angle of 299.02º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA0DD is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 160 221 -
CMYK 0.00 0.28 0 0.13
HSL 299.02º 0.47% 0.75% -
HSV(B) 299.02º 0.28% 0.87% -
XYZ 55.14 45.58 74.3 -
YUV 184.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 220 160 221 0.00 0.28 0 0.13 299.02 0.47 0.75
Hex DC A0 DD 0 1C 0 D 12B 2F 4B
Octal 334 240 335 0 34 0 15 453 57 113
Binary 11011100 10100000 11011101 0 11100 0 1101 100101011 101111 1001011

Color Harmonies of #DCA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0DD

Black with #DCA0DD

Text Example


Text Example

White with #DCA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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