Html Css Color HEX #DEA0DC Plum

📋 copy color: '#DEA0DC'

red 222 ◦ green 160 ◦ blue 220

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

Shades of Plum #DEA0DC

Tints of Plum #DEA0DC

RGB

 RED value IS 222 (87.11% from 255) = 36.88%

 GREEN value IS 160 (62.89% from 255) = 26.58%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 36.88%
G = 26.58%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEA0DC (or 0xDEA0DC) is known color: Plum. HEX triplet: DE, A0 and DC. RGB value is (222,160,220). Sum of RGB (Red+Green+Blue) = 222+160+220=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0DC is #215F23. Grayscale: #B9B9B9. Windows color (decimal): -2187044 or 14459102. OLE color: 14459102.

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

Color convert

RGB 222 160 220 -
CMYK 0 0.28 0.01 0.13
HSL 301.94º 0.48% 0.75% -
HSV(B) 301.94º 0.28% 0.87% -
XYZ 55.61 45.84 73.63 -
YUV 185.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 222 160 220 0 0.28 0.01 0.13 301.94 0.48 0.75
Hex DE A0 DC 0 1C 1 D 12E 30 4B
Octal 336 240 334 0 34 1 15 456 60 113
Binary 11011110 10100000 11011100 0 11100 1 1101 100101110 110000 1001011

Color Harmonies of #DEA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0DC

Black with #DEA0DC

Text Example


Text Example

White with #DEA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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