#DE9AD0

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

Shades of Plum #DE9AD0

Tints of Plum #DE9AD0

Color information

#DE9AD0 (or 0xDE9AD0) is unknown color: approx Plum. HEX triplet: DE, 9A and D0. RGB value is (222,154,208). Sum of RGB (Red+Green+Blue) = 222+154+208=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD0 is #21652F. Grayscale: #B4B4B4. Windows color (decimal): -2188592 or 13671134. OLE color: 13671134.

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

Color convert

RGB222154208-
CMYK00.310.060.13
HSL312.35º50.75%73.73%-
HSV(B)312.35º30.63%87.06%-
XYZ53.0643.1965.22-
YUV180.49143.53157.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=38.01%
G=26.37%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215420800.310.060.13312.3550.7573.73
HexDE9AD001F6D138334a
Octal33623232003761547063112
Binary11011110100110101101000001111111011011001110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AD0; }

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

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

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

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

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

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

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

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