Html Css Color HEX #DCA6DB Plum

📋 copy color: '#DCA6DB'

red 220 ◦ green 166 ◦ blue 219

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

Shades of Plum #DCA6DB

Tints of Plum #DCA6DB

RGB

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

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

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

R = 36.36%
G = 27.44%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCA6DB (or 0xDCA6DB) is known color: Plum. HEX triplet: DC, A6 and DB. RGB value is (220,166,219). Sum of RGB (Red+Green+Blue) = 220+166+219=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6DB is #235924. Grayscale: #BCBCBC. Windows color (decimal): -2316581 or 14395100. OLE color: 14395100.

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

Color convert

RGB 220 166 219 -
CMYK 0 0.25 0.00 0.14
HSL 301.11º 0.44% 0.76% -
HSV(B) 301.11º 0.25% 0.86% -
XYZ 55.94 47.6 73.26 -
YUV 188.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 220 166 219 0 0.25 0.00 0.14 301.11 0.44 0.76
Hex DC A6 DB 0 19 0 E 12D 2C 4C
Octal 334 246 333 0 31 0 16 455 54 114
Binary 11011100 10100110 11011011 0 11001 0 1110 100101101 101100 1001100

Color Harmonies of #DCA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6DB

Black with #DCA6DB

Text Example


Text Example

White with #DCA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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