Html Css Color HEX #DCA3E5 Plum

📋 copy color: '#DCA3E5'

red 220 ◦ green 163 ◦ blue 229

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

Shades of Plum #DCA3E5

Tints of Plum #DCA3E5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.63%

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

R = 35.95%
G = 26.63%
B = 37.42%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCA3E5 (or 0xDCA3E5) is known color: Plum. HEX triplet: DC, A3 and E5. RGB value is (220,163,229). Sum of RGB (Red+Green+Blue) = 220+163+229=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCA3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3E5 is #235C1A. Grayscale: #BBBBBB. Windows color (decimal): -2317339 or 15049692. OLE color: 15049692.

HSL color Cylindrical-coordinate representation of color #DCA3E5: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA3E5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 163 229 -
CMYK 0.04 0.29 0 0.10
HSL 291.82º 0.56% 0.77% -
HSV(B) 291.82º 0.29% 0.9% -
XYZ 56.76 47.07 80.22 -
YUV 187.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 220 163 229 0.04 0.29 0 0.10 291.82 0.56 0.77
Hex DC A3 E5 4 1D 0 A 124 38 4D
Octal 334 243 345 4 35 0 12 444 70 115
Binary 11011100 10100011 11100101 100 11101 0 1010 100100100 111000 1001101

Color Harmonies of #DCA3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA3E5

Black with #DCA3E5

Text Example


Text Example

White with #DCA3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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