#DF9ADB

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

Shades of Plum #DF9ADB

Tints of Plum #DF9ADB

Color information

#DF9ADB (or 0xDF9ADB) is unknown color: approx Plum. HEX triplet: DF, 9A and DB. RGB value is (223,154,219). Sum of RGB (Red+Green+Blue) = 223+154+219=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ADB is #206524. Grayscale: #B5B5B5. Windows color (decimal): -2123045 or 14392031. OLE color: 14392031.

HSL color Cylindrical-coordinate representation of color #DF9ADB: hue angle of 303.48º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9ADB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223154219-
CMYK00.310.020.13
HSL303.48º51.88%73.92%-
HSV(B)303.48º30.94%87.45%-
XYZ54.7743.9172.61-
YUV182.04148.86157.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=37.42%
G=25.84%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315421900.310.020.13303.4851.8873.92
HexDF9ADB01F2D12f344a
Octal33723233303721545764112
Binary1101111110011010110110110111111011011001011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ADB; }

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

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

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

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

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

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

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

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