#DF9EDD

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

Shades of Plum #DF9EDD

Tints of Plum #DF9EDD

Color information

#DF9EDD (or 0xDF9EDD) is unknown color: approx Plum. HEX triplet: DF, 9E and DD. RGB value is (223,158,221). Sum of RGB (Red+Green+Blue) = 223+158+221=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDD is #206122. Grayscale: #B8B8B8. Windows color (decimal): -2122019 or 14524127. OLE color: 14524127.

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

Color convert

RGB223158221-
CMYK00.290.010.13
HSL301.85º50.39%74.71%-
HSV(B)301.85º29.15%87.45%-
XYZ55.7145.3674.23-
YUV184.62148.53155.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=37.04%
G=26.25%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315822100.290.010.13301.8550.3974.71
HexDF9EDD01D1D12e324b
Octal33723633503511545662113
Binary110111111001111011011101011101111011001011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EDD; }

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

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

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

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

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

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

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

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