Html Css Color HEX #DCA0DB Plum

📋 copy color: '#DCA0DB'

red 220 ◦ green 160 ◦ blue 219

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

Shades of Plum #DCA0DB

Tints of Plum #DCA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 36.73%
G = 26.71%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCA0DB (or 0xDCA0DB) is known color: Plum. HEX triplet: DC, A0 and DB. RGB value is (220,160,219). Sum of RGB (Red+Green+Blue) = 220+160+219=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DB is #235F24. Grayscale: #B8B8B8. Windows color (decimal): -2318117 or 14393564. OLE color: 14393564.

HSL color Cylindrical-coordinate representation of color #DCA0DB: hue angle of 301º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0DB is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 219 -
CMYK 0 0.27 0.00 0.14
HSL 301º 0.46% 0.75% -
HSV(B) 301º 0.27% 0.86% -
XYZ 54.87 45.47 72.9 -
YUV 184.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 220 160 219 0 0.27 0.00 0.14 301 0.46 0.75
Hex DC A0 DB 0 1B 0 E 12D 2E 4B
Octal 334 240 333 0 33 0 16 455 56 113
Binary 11011100 10100000 11011011 0 11011 0 1110 100101101 101110 1001011

Color Harmonies of #DCA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0DB

Black with #DCA0DB

Text Example


Text Example

White with #DCA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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