Html Css Color HEX #DEA1DB Plum

📋 copy color: '#DEA1DB'

red 222 ◦ green 161 ◦ blue 219

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

Shades of Plum #DEA1DB

Tints of Plum #DEA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.74%

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

R = 36.88%
G = 26.74%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEA1DB (or 0xDEA1DB) is known color: Plum. HEX triplet: DE, A1 and DB. RGB value is (222,161,219). Sum of RGB (Red+Green+Blue) = 222+161+219=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1DB is #215E24. Grayscale: #B9B9B9. Windows color (decimal): -2186789 or 14393822. OLE color: 14393822.

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

Color convert

RGB 222 161 219 -
CMYK 0 0.27 0.01 0.13
HSL 302.95º 0.48% 0.75% -
HSV(B) 302.95º 0.27% 0.87% -
XYZ 55.66 46.13 72.99 -
YUV 185.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 222 161 219 0 0.27 0.01 0.13 302.95 0.48 0.75
Hex DE A1 DB 0 1B 1 D 12F 30 4B
Octal 336 241 333 0 33 1 15 457 60 113
Binary 11011110 10100001 11011011 0 11011 1 1101 100101111 110000 1001011

Color Harmonies of #DEA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1DB

Black with #DEA1DB

Text Example


Text Example

White with #DEA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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