#DF9ED9

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

Shades of Plum #DF9ED9

Tints of Plum #DF9ED9

Color information

#DF9ED9 (or 0xDF9ED9) is unknown color: approx Plum. HEX triplet: DF, 9E and D9. RGB value is (223,158,217). Sum of RGB (Red+Green+Blue) = 223+158+217=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED9 is #206126. Grayscale: #B7B7B7. Windows color (decimal): -2122023 or 14261983. OLE color: 14261983.

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

Color convert

RGB223158217-
CMYK00.290.030.13
HSL305.54º50.39%74.71%-
HSV(B)305.54º29.15%87.45%-
XYZ55.1845.1571.45-
YUV184.16146.53155.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=37.29%
G=26.42%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315821700.290.030.13305.5450.3974.71
HexDF9ED901D3D132324b
Octal33723633103531546262113
Binary1101111110011110110110010111011111011001100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ED9; }

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

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

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

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

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

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

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

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