Html Css Color HEX #DEA9DC Plum

📋 copy color: '#DEA9DC'

red 222 ◦ green 169 ◦ blue 220

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

Shades of Plum #DEA9DC

Tints of Plum #DEA9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.66%

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

R = 36.33%
G = 27.66%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEA9DC (or 0xDEA9DC) is known color: Plum. HEX triplet: DE, A9 and DC. RGB value is (222,169,220). Sum of RGB (Red+Green+Blue) = 222+169+220=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DC is #215623. Grayscale: #BEBEBE. Windows color (decimal): -2184740 or 14461406. OLE color: 14461406.

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

Color convert

RGB 222 169 220 -
CMYK 0 0.24 0.01 0.13
HSL 302.26º 0.45% 0.77% -
HSV(B) 302.26º 0.24% 0.87% -
XYZ 57.23 49.07 74.17 -
YUV 190.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 222 169 220 0 0.24 0.01 0.13 302.26 0.45 0.77
Hex DE A9 DC 0 18 1 D 12E 2D 4D
Octal 336 251 334 0 30 1 15 456 55 115
Binary 11011110 10101001 11011100 0 11000 1 1101 100101110 101101 1001101

Color Harmonies of #DEA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9DC

Black with #DEA9DC

Text Example


Text Example

White with #DEA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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