#DF9DCF

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

Shades of Plum #DF9DCF

Tints of Plum #DF9DCF

Color information

#DF9DCF (or 0xDF9DCF) is unknown color: approx Plum. HEX triplet: DF, 9D and CF. RGB value is (223,157,207). Sum of RGB (Red+Green+Blue) = 223+157+207=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCF is #206230. Grayscale: #B6B6B6. Windows color (decimal): -2122289 or 13606367. OLE color: 13606367.

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

Color convert

RGB223157207-
CMYK00.300.070.13
HSL314.55º50.77%74.51%-
HSV(B)314.55º29.6%87.45%-
XYZ53.7544.3164.75-
YUV182.43141.87156.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=37.99%
G=26.75%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315720700.300.070.13314.5550.7774.51
HexDF9DCF01E7D13b334b
Octal33723531703671547363113
Binary11011111100111011100111101111011111011001110111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DCF; }

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

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

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

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

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

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

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

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