Html Css Color HEX #DEA9DB Plum

📋 copy color: '#DEA9DB'

red 222 ◦ green 169 ◦ blue 219

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

Shades of Plum #DEA9DB

Tints of Plum #DEA9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 36.39%
G = 27.7%
B = 35.9%

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

#DEA9DB (or 0xDEA9DB) is known color: Plum. HEX triplet: DE, A9 and DB. RGB value is (222,169,219). Sum of RGB (Red+Green+Blue) = 222+169+219=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DB is #215624. Grayscale: #BEBEBE. Windows color (decimal): -2184741 or 14395870. OLE color: 14395870.

HSL color Cylindrical-coordinate representation of color #DEA9DB: hue angle of 303.4º 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 #DEA9DB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 219 -
CMYK 0 0.24 0.01 0.13
HSL 303.4º 0.45% 0.77% -
HSV(B) 303.4º 0.24% 0.87% -
XYZ 57.1 49.02 73.47 -
YUV 190.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 222 169 219 0 0.24 0.01 0.13 303.4 0.45 0.77
Hex DE A9 DB 0 18 1 D 12F 2D 4D
Octal 336 251 333 0 30 1 15 457 55 115
Binary 11011110 10101001 11011011 0 11000 1 1101 100101111 101101 1001101

Color Harmonies of #DEA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9DB

Black with #DEA9DB

Text Example


Text Example

White with #DEA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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