#DF9FDA

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

Shades of Plum #DF9FDA

Tints of Plum #DF9FDA

Color information

#DF9FDA (or 0xDF9FDA) is unknown color: approx Plum. HEX triplet: DF, 9F and DA. RGB value is (223,159,218). Sum of RGB (Red+Green+Blue) = 223+159+218=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDA is #206025. Grayscale: #B8B8B8. Windows color (decimal): -2121766 or 14327775. OLE color: 14327775.

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

Color convert

RGB223159218-
CMYK00.290.020.13
HSL304.69º50%74.9%-
HSV(B)304.69º28.7%87.45%-
XYZ55.4845.5572.2-
YUV184.86146.7155.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=37.17%
G=26.5%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315921800.290.020.13304.695074.9
HexDF9FDA01D2D131324b
Octal33723733203521546162113
Binary1101111110011111110110100111011011011001100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FDA; }

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

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

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

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

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

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

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

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