#DF9EDA

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

Shades of Plum #DF9EDA

Tints of Plum #DF9EDA

Color information

#DF9EDA (or 0xDF9EDA) is unknown color: approx Plum. HEX triplet: DF, 9E and DA. RGB value is (223,158,218). Sum of RGB (Red+Green+Blue) = 223+158+218=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDA is #206125. Grayscale: #B8B8B8. Windows color (decimal): -2122022 or 14327519. OLE color: 14327519.

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

Color convert

RGB223158218-
CMYK00.290.020.13
HSL304.62º50.39%74.71%-
HSV(B)304.62º29.15%87.45%-
XYZ55.3145.272.14-
YUV184.28147.03155.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=37.23%
G=26.38%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315821800.290.020.13304.6250.3974.71
HexDF9EDA01D2D131324b
Octal33723633203521546162113
Binary1101111110011110110110100111011011011001100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EDA; }

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

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

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

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

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

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

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

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