Html Css Color HEX #DCA1DD Plum

📋 copy color: '#DCA1DD'

red 220 ◦ green 161 ◦ blue 221

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

Shades of Plum #DCA1DD

Tints of Plum #DCA1DD

RGB

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

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

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

R = 36.54%
G = 26.74%
B = 36.71%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA1DD (or 0xDCA1DD) is known color: Plum. HEX triplet: DC, A1 and DD. RGB value is (220,161,221). Sum of RGB (Red+Green+Blue) = 220+161+221=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DD is #235E22. Grayscale: #B9B9B9. Windows color (decimal): -2317859 or 14524892. OLE color: 14524892.

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

Color convert

RGB 220 161 221 -
CMYK 0.00 0.27 0 0.13
HSL 299º 0.47% 0.75% -
HSV(B) 299º 0.27% 0.87% -
XYZ 55.31 45.93 74.36 -
YUV 185.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 220 161 221 0.00 0.27 0 0.13 299 0.47 0.75
Hex DC A1 DD 0 1B 0 D 12B 2F 4B
Octal 334 241 335 0 33 0 15 453 57 113
Binary 11011100 10100001 11011101 0 11011 0 1101 100101011 101111 1001011

Color Harmonies of #DCA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1DD

Black with #DCA1DD

Text Example


Text Example

White with #DCA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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