#DF9DD8

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

Shades of Plum #DF9DD8

Tints of Plum #DF9DD8

Color information

#DF9DD8 (or 0xDF9DD8) is unknown color: approx Plum. HEX triplet: DF, 9D and D8. RGB value is (223,157,216). Sum of RGB (Red+Green+Blue) = 223+157+216=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD8 is #206227. Grayscale: #B7B7B7. Windows color (decimal): -2122280 or 14196191. OLE color: 14196191.

HSL color Cylindrical-coordinate representation of color #DF9DD8: hue angle of 306.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DD8 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223157216-
CMYK00.300.030.13
HSL306.36º50.77%74.51%-
HSV(B)306.36º29.6%87.45%-
XYZ54.8844.7670.71-
YUV183.46146.37156.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=37.42%
G=26.34%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315721600.300.030.13306.3650.7774.51
HexDF9DD801E3D132334b
Octal33723533003631546263113
Binary1101111110011101110110000111101111011001100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DD8; }

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

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

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

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

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

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

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

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