Html Css Color HEX #DCA4E8 Plum

📋 copy color: '#DCA4E8'

red 220 ◦ green 164 ◦ blue 232

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

Shades of Plum #DCA4E8

Tints of Plum #DCA4E8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.62%

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 35.71%
G = 26.62%
B = 37.66%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCA4E8 (or 0xDCA4E8) is known color: Plum. HEX triplet: DC, A4 and E8. RGB value is (220,164,232). Sum of RGB (Red+Green+Blue) = 220+164+232=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4E8 is #235B17. Grayscale: #BCBCBC. Windows color (decimal): -2317080 or 15246556. OLE color: 15246556.

HSL color Cylindrical-coordinate representation of color #DCA4E8: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA4E8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 164 232 -
CMYK 0.05 0.29 0 0.09
HSL 289.41º 0.6% 0.78% -
HSV(B) 289.41º 0.29% 0.91% -
XYZ 57.36 47.59 82.51 -
YUV 188.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 220 164 232 0.05 0.29 0 0.09 289.41 0.6 0.78
Hex DC A4 E8 5 1D 0 9 121 3C 4E
Octal 334 244 350 5 35 0 11 441 74 116
Binary 11011100 10100100 11101000 101 11101 0 1001 100100001 111100 1001110

Color Harmonies of #DCA4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA4E8

Black with #DCA4E8

Text Example


Text Example

White with #DCA4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA4E8; }

 p { color: rgb(220,164,232); }

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

background-color css

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

 a { background-color: rgb(220,164,232); }

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

border-color css

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

 span { border-color: rgb(220,164,232); }

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