Html Css Color HEX #DCA6DD Plum

📋 copy color: '#DCA6DD'

red 220 ◦ green 166 ◦ blue 221

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

Shades of Plum #DCA6DD

Tints of Plum #DCA6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 36.24%
G = 27.35%
B = 36.41%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA6DD (or 0xDCA6DD) is known color: Plum. HEX triplet: DC, A6 and DD. RGB value is (220,166,221). Sum of RGB (Red+Green+Blue) = 220+166+221=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6DD is #235922. Grayscale: #BCBCBC. Windows color (decimal): -2316579 or 14526172. OLE color: 14526172.

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

Color convert

RGB 220 166 221 -
CMYK 0.00 0.25 0 0.13
HSL 298.91º 0.45% 0.76% -
HSV(B) 298.91º 0.25% 0.87% -
XYZ 56.2 47.71 74.65 -
YUV 188.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 220 166 221 0.00 0.25 0 0.13 298.91 0.45 0.76
Hex DC A6 DD 0 19 0 D 12B 2D 4C
Octal 334 246 335 0 31 0 15 453 55 114
Binary 11011100 10100110 11011101 0 11001 0 1101 100101011 101101 1001100

Color Harmonies of #DCA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6DD

Black with #DCA6DD

Text Example


Text Example

White with #DCA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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