#DF96DC

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

Shades of Plum #DF96DC

Tints of Plum #DF96DC

Color information

#DF96DC (or 0xDF96DC) is unknown color: approx Plum. HEX triplet: DF, 96 and DC. RGB value is (223,150,220). Sum of RGB (Red+Green+Blue) = 223+150+220=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DC is #206923. Grayscale: #B3B3B3. Windows color (decimal): -2124068 or 14456543. OLE color: 14456543.

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

Color convert

RGB223150220-
CMYK00.330.010.13
HSL302.47º53.28%73.14%-
HSV(B)302.47º32.74%87.45%-
XYZ54.2642.6773.09-
YUV179.81150.68158.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=37.61%
G=25.30%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315022000.330.010.13302.4753.2873.14
HexDF96DC0211D12e3549
Octal33722633404111545665111
Binary1101111110010110110111000100001111011001011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96DC; }

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

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

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

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

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

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

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

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