#DF9ED7

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

Shades of Plum #DF9ED7

Tints of Plum #DF9ED7

Color information

#DF9ED7 (or 0xDF9ED7) is unknown color: approx Plum. HEX triplet: DF, 9E and D7. RGB value is (223,158,215). Sum of RGB (Red+Green+Blue) = 223+158+215=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED7 is #206128. Grayscale: #B7B7B7. Windows color (decimal): -2122025 or 14130911. OLE color: 14130911.

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

Color convert

RGB223158215-
CMYK00.290.040.13
HSL307.38º50.39%74.71%-
HSV(B)307.38º29.15%87.45%-
XYZ54.9245.0570.09-
YUV183.93145.53155.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=37.42%
G=26.51%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315821500.290.040.13307.3850.3974.71
HexDF9ED701D4D133324b
Octal33723632703541546362113
Binary11011111100111101101011101110110011011001100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ED7; }

 p { color: rgb(223,158,215); }

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

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

 a { background-color: rgb(223,158,215); }

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

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

 span { border-color: rgb(223,158,215); }

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