#DF96DB

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

Shades of Plum #DF96DB

Tints of Plum #DF96DB

Color information

#DF96DB (or 0xDF96DB) is unknown color: approx Plum. HEX triplet: DF, 96 and DB. RGB value is (223,150,219). Sum of RGB (Red+Green+Blue) = 223+150+219=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DB is #206924. Grayscale: #B3B3B3. Windows color (decimal): -2124069 or 14391007. OLE color: 14391007.

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

Color convert

RGB223150219-
CMYK00.330.020.13
HSL303.29º53.28%73.14%-
HSV(B)303.29º32.74%87.45%-
XYZ54.1242.6272.39-
YUV179.69150.18158.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=37.67%
G=25.34%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315021900.330.020.13303.2953.2873.14
HexDF96DB0212D12f3549
Octal33722633304121545765111
Binary11011111100101101101101101000011011011001011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96DB; }

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

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

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

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

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

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

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

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