#DF96DD

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

Shades of Plum #DF96DD

Tints of Plum #DF96DD

Color information

#DF96DD (or 0xDF96DD) is unknown color: approx Plum. HEX triplet: DF, 96 and DD. RGB value is (223,150,221). Sum of RGB (Red+Green+Blue) = 223+150+221=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DD is #206922. Grayscale: #B3B3B3. Windows color (decimal): -2124067 or 14522079. OLE color: 14522079.

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

Color convert

RGB223150221-
CMYK00.330.010.13
HSL301.64º53.28%73.14%-
HSV(B)301.64º32.74%87.45%-
XYZ54.3942.7273.79-
YUV179.92151.18158.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=37.54%
G=25.25%
B=37.21%

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
Decimal22315022100.330.010.13301.6453.2873.14
HexDF96DD0211D12e3549
Octal33722633504111545665111
Binary1101111110010110110111010100001111011001011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96DD; }

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

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

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

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

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

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

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

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