#DE9FD1

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

Shades of Plum #DE9FD1

Tints of Plum #DE9FD1

Color information

#DE9FD1 (or 0xDE9FD1) is unknown color: approx Plum. HEX triplet: DE, 9F and D1. RGB value is (222,159,209). Sum of RGB (Red+Green+Blue) = 222+159+209=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FD1 is #21602E. Grayscale: #B7B7B7. Windows color (decimal): -2187311 or 13737950. OLE color: 13737950.

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

Color convert

RGB222159209-
CMYK00.280.060.13
HSL312.38º48.84%74.71%-
HSV(B)312.38º28.38%87.06%-
XYZ54.0344.9366.15-
YUV183.54142.37155.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=37.63%
G=26.95%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215920900.280.060.13312.3848.8474.71
HexDE9FD101C6D138314b
Octal33623732103461547061113
Binary11011110100111111101000101110011011011001110001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FD1; }

 p { color: rgb(222,159,209); }

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

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

 a { background-color: rgb(222,159,209); }

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

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

 span { border-color: rgb(222,159,209); }

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