#DF9DE8

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

Shades of Plum #DF9DE8

Tints of Plum #DF9DE8

Color information

#DF9DE8 (or 0xDF9DE8) is unknown color: approx Plum. HEX triplet: DF, 9D and E8. RGB value is (223,157,232). Sum of RGB (Red+Green+Blue) = 223+157+232=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DE8 is #206217. Grayscale: #B9B9B9. Windows color (decimal): -2122264 or 15244767. OLE color: 15244767.

HSL color Cylindrical-coordinate representation of color #DF9DE8: hue angle of 292.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9DE8 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223157232-
CMYK0.040.3200.09
HSL292.8º61.98%76.27%-
HSV(B)292.8º32.33%90.98%-
XYZ57.0545.6382.14-
YUV185.28154.37154.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=36.44%
G=25.65%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231572320.040.3200.09292.861.9876.27
HexDF9DE8420091253e4c
Octal33723535044001144576114
Binary110111111001110111101000100100000010011001001011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DE8; }

 p { color: rgb(223,157,232); }

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

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

 a { background-color: rgb(223,157,232); }

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

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

 span { border-color: rgb(223,157,232); }

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