Html Css Color HEX #DCA8DE Plum

📋 copy color: '#DCA8DE'

red 220 ◦ green 168 ◦ blue 222

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

Shades of Plum #DCA8DE

Tints of Plum #DCA8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.54%

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 36.07%
G = 27.54%
B = 36.39%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA8DE (or 0xDCA8DE) is known color: Plum. HEX triplet: DC, A8 and DE. RGB value is (220,168,222). Sum of RGB (Red+Green+Blue) = 220+168+222=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DE is #235721. Grayscale: #BDBDBD. Windows color (decimal): -2316066 or 14592220. OLE color: 14592220.

HSL color Cylindrical-coordinate representation of color #DCA8DE: hue angle of 297.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8DE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 168 222 -
CMYK 0.01 0.24 0 0.13
HSL 297.78º 0.45% 0.76% -
HSV(B) 297.78º 0.24% 0.87% -
XYZ 56.7 48.49 75.48 -
YUV 189.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 220 168 222 0.01 0.24 0 0.13 297.78 0.45 0.76
Hex DC A8 DE 1 18 0 D 12A 2D 4C
Octal 334 250 336 1 30 0 15 452 55 114
Binary 11011100 10101000 11011110 1 11000 0 1101 100101010 101101 1001100

Color Harmonies of #DCA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8DE

Black with #DCA8DE

Text Example


Text Example

White with #DCA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8DE; }

 p { color: rgb(220,168,222); }

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

background-color css

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

 a { background-color: rgb(220,168,222); }

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

border-color css

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

 span { border-color: rgb(220,168,222); }

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