Html Css Color HEX #DCA1D8 Plum

📋 copy color: '#DCA1D8'

red 220 ◦ green 161 ◦ blue 216

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

Shades of Plum #DCA1D8

Tints of Plum #DCA1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.97%

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 36.85%
G = 26.97%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCA1D8 (or 0xDCA1D8) is known color: Plum. HEX triplet: DC, A1 and D8. RGB value is (220,161,216). Sum of RGB (Red+Green+Blue) = 220+161+216=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D8 is #235E27. Grayscale: #B8B8B8. Windows color (decimal): -2317864 or 14197212. OLE color: 14197212.

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

Color convert

RGB 220 161 216 -
CMYK 0 0.27 0.02 0.14
HSL 304.07º 0.46% 0.75% -
HSV(B) 304.07º 0.27% 0.86% -
XYZ 54.65 45.66 70.9 -
YUV 184.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 220 161 216 0 0.27 0.02 0.14 304.07 0.46 0.75
Hex DC A1 D8 0 1B 2 E 130 2E 4B
Octal 334 241 330 0 33 2 16 460 56 113
Binary 11011100 10100001 11011000 0 11011 10 1110 100110000 101110 1001011

Color Harmonies of #DCA1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1D8

Black with #DCA1D8

Text Example


Text Example

White with #DCA1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1D8; }

 p { color: rgb(220,161,216); }

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

background-color css

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

 a { background-color: rgb(220,161,216); }

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

border-color css

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

 span { border-color: rgb(220,161,216); }

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