Html Css Color HEX #DCA5DB Plum

📋 copy color: '#DCA5DB'

red 220 ◦ green 165 ◦ blue 219

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

Shades of Plum #DCA5DB

Tints of Plum #DCA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.32%

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

R = 36.42%
G = 27.32%
B = 36.26%

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

#DCA5DB (or 0xDCA5DB) is known color: Plum. HEX triplet: DC, A5 and DB. RGB value is (220,165,219). Sum of RGB (Red+Green+Blue) = 220+165+219=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5DB is #235A24. Grayscale: #BBBBBB. Windows color (decimal): -2316837 or 14394844. OLE color: 14394844.

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

Color convert

RGB 220 165 219 -
CMYK 0 0.25 0.00 0.14
HSL 301.09º 0.44% 0.75% -
HSV(B) 301.09º 0.25% 0.86% -
XYZ 55.76 47.24 73.2 -
YUV 187.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 220 165 219 0 0.25 0.00 0.14 301.09 0.44 0.75
Hex DC A5 DB 0 19 0 E 12D 2C 4B
Octal 334 245 333 0 31 0 16 455 54 113
Binary 11011100 10100101 11011011 0 11001 0 1110 100101101 101100 1001011

Color Harmonies of #DCA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5DB

Black with #DCA5DB

Text Example


Text Example

White with #DCA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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