#DF9FDB

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

Shades of Plum #DF9FDB

Tints of Plum #DF9FDB

Color information

#DF9FDB (or 0xDF9FDB) is unknown color: approx Plum. HEX triplet: DF, 9F and DB. RGB value is (223,159,219). Sum of RGB (Red+Green+Blue) = 223+159+219=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDB is #206024. Grayscale: #B8B8B8. Windows color (decimal): -2121765 or 14393311. OLE color: 14393311.

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

Color convert

RGB223159219-
CMYK00.290.020.13
HSL303.75º50%74.9%-
HSV(B)303.75º28.7%87.45%-
XYZ55.6245.672.89-
YUV184.98147.2155.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=37.10%
G=26.46%
B=36.44%

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
Decimal22315921900.290.020.13303.755074.9
HexDF9FDB01D2D130324b
Octal33723733303521546062113
Binary1101111110011111110110110111011011011001100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FDB; }

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

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

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

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

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

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

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

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