Html Css Color HEX #DCA2DB Plum

📋 copy color: '#DCA2DB'

red 220 ◦ green 162 ◦ blue 219

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

Shades of Plum #DCA2DB

Tints of Plum #DCA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.96%

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

R = 36.61%
G = 26.96%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCA2DB (or 0xDCA2DB) is known color: Plum. HEX triplet: DC, A2 and DB. RGB value is (220,162,219). Sum of RGB (Red+Green+Blue) = 220+162+219=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2DB is #235D24. Grayscale: #B9B9B9. Windows color (decimal): -2317605 or 14394076. OLE color: 14394076.

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

Color convert

RGB 220 162 219 -
CMYK 0 0.26 0.00 0.14
HSL 301.03º 0.45% 0.75% -
HSV(B) 301.03º 0.26% 0.86% -
XYZ 55.22 46.17 73.02 -
YUV 185.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 220 162 219 0 0.26 0.00 0.14 301.03 0.45 0.75
Hex DC A2 DB 0 1A 0 E 12D 2D 4B
Octal 334 242 333 0 32 0 16 455 55 113
Binary 11011100 10100010 11011011 0 11010 0 1110 100101101 101101 1001011

Color Harmonies of #DCA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2DB

Black with #DCA2DB

Text Example


Text Example

White with #DCA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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