Html Css Color HEX #DCA4D3 Plum

📋 copy color: '#DCA4D3'

red 220 ◦ green 164 ◦ blue 211

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

Shades of Plum #DCA4D3

Tints of Plum #DCA4D3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.56%

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

R = 36.97%
G = 27.56%
B = 35.46%

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

#DCA4D3 (or 0xDCA4D3) is known color: Plum. HEX triplet: DC, A4 and D3. RGB value is (220,164,211). Sum of RGB (Red+Green+Blue) = 220+164+211=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4D3 is #235B2C. Grayscale: #B9B9B9. Windows color (decimal): -2317101 or 13870300. OLE color: 13870300.

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

Color convert

RGB 220 164 211 -
CMYK 0 0.25 0.04 0.14
HSL 309.64º 0.44% 0.75% -
HSV(B) 309.64º 0.25% 0.86% -
XYZ 54.55 46.47 67.72 -
YUV 186.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 220 164 211 0 0.25 0.04 0.14 309.64 0.44 0.75
Hex DC A4 D3 0 19 4 E 136 2C 4B
Octal 334 244 323 0 31 4 16 466 54 113
Binary 11011100 10100100 11010011 0 11001 100 1110 100110110 101100 1001011

Color Harmonies of #DCA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA4D3

Black with #DCA4D3

Text Example


Text Example

White with #DCA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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