#DE8FD7

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

Shades of Plum #DE8FD7

Tints of Plum #DE8FD7

Color information

#DE8FD7 (or 0xDE8FD7) is unknown color: approx Plum. HEX triplet: DE, 8F and D7. RGB value is (222,143,215). Sum of RGB (Red+Green+Blue) = 222+143+215=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FD7 is #217028. Grayscale: #AEAEAE. Windows color (decimal): -2191401 or 14127070. OLE color: 14127070.

HSL color Cylindrical-coordinate representation of color #DE8FD7: hue angle of 305.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FD7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222143215-
CMYK00.360.030.13
HSL305.32º54.48%71.57%-
HSV(B)305.32º35.59%87.06%-
XYZ52.2140.0869.27-
YUV174.83150.67161.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=38.28%
G=24.66%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214321500.360.030.13305.3254.4871.57
HexDE8FD70243D1313648
Octal33621732704431546166110
Binary11011110100011111101011101001001111011001100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FD7; }

 p { color: rgb(222,143,215); }

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

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

 a { background-color: rgb(222,143,215); }

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

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

 span { border-color: rgb(222,143,215); }

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