Html Css Color HEX #DCA1E5 Plum

📋 copy color: '#DCA1E5'

red 220 ◦ green 161 ◦ blue 229

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

Shades of Plum #DCA1E5

Tints of Plum #DCA1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 36.07%
G = 26.39%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCA1E5 (or 0xDCA1E5) is known color: Plum. HEX triplet: DC, A1 and E5. RGB value is (220,161,229). Sum of RGB (Red+Green+Blue) = 220+161+229=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1E5 is #235E1A. Grayscale: #BABABA. Windows color (decimal): -2317851 or 15049180. OLE color: 15049180.

HSL color Cylindrical-coordinate representation of color #DCA1E5: hue angle of 292.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA1E5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 161 229 -
CMYK 0.04 0.30 0 0.10
HSL 292.06º 0.57% 0.76% -
HSV(B) 292.06º 0.3% 0.9% -
XYZ 56.4 46.36 80.1 -
YUV 186.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 220 161 229 0.04 0.30 0 0.10 292.06 0.57 0.76
Hex DC A1 E5 4 1E 0 A 124 39 4C
Octal 334 241 345 4 36 0 12 444 71 114
Binary 11011100 10100001 11100101 100 11110 0 1010 100100100 111001 1001100

Color Harmonies of #DCA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1E5

Black with #DCA1E5

Text Example


Text Example

White with #DCA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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