#DF96DF

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

Shades of Plum #DF96DF

Tints of Plum #DF96DF

Color information

#DF96DF (or 0xDF96DF) is unknown color: approx Plum. HEX triplet: DF, 96 and DF. RGB value is (223,150,223). Sum of RGB (Red+Green+Blue) = 223+150+223=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DF is #206920. Grayscale: #B3B3B3. Windows color (decimal): -2124065 or 14653151. OLE color: 14653151.

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

Color convert

RGB223150223-
CMYK00.3300.13
HSL300º53.28%73.14%-
HSV(B)300º32.74%87.45%-
XYZ54.6642.8375.2-
YUV180.15152.18158.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=37.42%
G=25.17%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315022300.3300.1330053.2873.14
HexDF96DF0210D12c3549
Octal33722633704101545465111
Binary1101111110010110110111110100001011011001011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96DF; }

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

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

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

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

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

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

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

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