Html Css Color HEX #DCA5E5 Plum

📋 copy color: '#DCA5E5'

red 220 ◦ green 165 ◦ blue 229

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

Shades of Plum #DCA5E5

Tints of Plum #DCA5E5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.87%

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

R = 35.83%
G = 26.87%
B = 37.3%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCA5E5 (or 0xDCA5E5) is known color: Plum. HEX triplet: DC, A5 and E5. RGB value is (220,165,229). Sum of RGB (Red+Green+Blue) = 220+165+229=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCA5E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5E5 is #235A1A. Grayscale: #BCBCBC. Windows color (decimal): -2316827 or 15050204. OLE color: 15050204.

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

Color convert

RGB 220 165 229 -
CMYK 0.04 0.28 0 0.10
HSL 291.56º 0.55% 0.77% -
HSV(B) 291.56º 0.28% 0.9% -
XYZ 57.11 47.78 80.34 -
YUV 188.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 220 165 229 0.04 0.28 0 0.10 291.56 0.55 0.77
Hex DC A5 E5 4 1C 0 A 124 37 4D
Octal 334 245 345 4 34 0 12 444 67 115
Binary 11011100 10100101 11100101 100 11100 0 1010 100100100 110111 1001101

Color Harmonies of #DCA5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5E5

Black with #DCA5E5

Text Example


Text Example

White with #DCA5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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