#DE9ADB

Color #DE9ADB Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DE9ADB

Tints of Plum #DE9ADB

Color information

#DE9ADB (or 0xDE9ADB) is unknown color: approx Plum. HEX triplet: DE, 9A and DB. RGB value is (222,154,219). Sum of RGB (Red+Green+Blue) = 222+154+219=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ADB is #216524. Grayscale: #B5B5B5. Windows color (decimal): -2188581 or 14392030. OLE color: 14392030.

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

Color convert

RGB222154219-
CMYK00.310.010.13
HSL302.65º50.75%73.73%-
HSV(B)302.65º30.63%87.06%-
XYZ54.4743.7672.59-
YUV181.74149.03156.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=37.31%
G=25.88%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215421900.310.010.13302.6550.7573.73
HexDE9ADB01F1D12f334a
Octal33623233303711545763112
Binary110111101001101011011011011111111011001011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9ADB; }

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

 H1.HeaderClassName
 {
   color: #DE9ADB;
 }
 .AnyTagClassName
 {
   color: #DE9ADB;
 }
</style>
background-color css

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

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

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

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

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

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