Html Css Color HEX #DCA6D3 Plum

📋 copy color: '#DCA6D3'

red 220 ◦ green 166 ◦ blue 211

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

Shades of Plum #DCA6D3

Tints of Plum #DCA6D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.34%

R = 36.85%
G = 27.81%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCA6D3 (or 0xDCA6D3) is known color: Plum. HEX triplet: DC, A6 and D3. RGB value is (220,166,211). Sum of RGB (Red+Green+Blue) = 220+166+211=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D3 is #23592C. Grayscale: #BBBBBB. Windows color (decimal): -2316589 or 13870812. OLE color: 13870812.

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

Color convert

RGB 220 166 211 -
CMYK 0 0.25 0.04 0.14
HSL 310º 0.44% 0.76% -
HSV(B) 310º 0.25% 0.86% -
XYZ 54.91 47.19 67.84 -
YUV 187.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 220 166 211 0 0.25 0.04 0.14 310 0.44 0.76
Hex DC A6 D3 0 19 4 E 136 2C 4C
Octal 334 246 323 0 31 4 16 466 54 114
Binary 11011100 10100110 11010011 0 11001 100 1110 100110110 101100 1001100

Color Harmonies of #DCA6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6D3

Black with #DCA6D3

Text Example


Text Example

White with #DCA6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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