Html Css Color HEX #DCA2D9 Plum

📋 copy color: '#DCA2D9'

red 220 ◦ green 162 ◦ blue 217

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

Shades of Plum #DCA2D9

Tints of Plum #DCA2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.23%

R = 36.73%
G = 27.05%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCA2D9 (or 0xDCA2D9) is known color: Plum. HEX triplet: DC, A2 and D9. RGB value is (220,162,217). Sum of RGB (Red+Green+Blue) = 220+162+217=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2D9 is #235D26. Grayscale: #B9B9B9. Windows color (decimal): -2317607 or 14263004. OLE color: 14263004.

HSL color Cylindrical-coordinate representation of color #DCA2D9: hue angle of 303.1º 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 #DCA2D9 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 162 217 -
CMYK 0 0.26 0.01 0.14
HSL 303.1º 0.45% 0.75% -
HSV(B) 303.1º 0.26% 0.86% -
XYZ 54.96 46.07 71.64 -
YUV 185.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 220 162 217 0 0.26 0.01 0.14 303.1 0.45 0.75
Hex DC A2 D9 0 1A 1 E 12F 2D 4B
Octal 334 242 331 0 32 1 16 457 55 113
Binary 11011100 10100010 11011001 0 11010 1 1110 100101111 101101 1001011

Color Harmonies of #DCA2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2D9

Black with #DCA2D9

Text Example


Text Example

White with #DCA2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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