#DF9FCF

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

Shades of Plum #DF9FCF

Tints of Plum #DF9FCF

Color information

#DF9FCF (or 0xDF9FCF) is unknown color: approx Plum. HEX triplet: DF, 9F and CF. RGB value is (223,159,207). Sum of RGB (Red+Green+Blue) = 223+159+207=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FCF is #206030. Grayscale: #B7B7B7. Windows color (decimal): -2121777 or 13606879. OLE color: 13606879.

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

Color convert

RGB223159207-
CMYK00.290.070.13
HSL315º50%74.9%-
HSV(B)315º28.7%87.45%-
XYZ54.0944.9964.86-
YUV183.61141.2156.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=37.86%
G=26.99%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315920700.290.070.133155074.9
HexDF9FCF01D7D13b324b
Octal33723731703571547362113
Binary11011111100111111100111101110111111011001110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FCF; }

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

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

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

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

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

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

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

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