#DD96DF

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

Shades of Plum #DD96DF

Tints of Plum #DD96DF

Color information

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

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

Color convert

RGB221150223-
CMYK0.010.3300.13
HSL298.36º53.28%73.14%-
HSV(B)298.36º32.74%87.45%-
XYZ54.0442.5175.17-
YUV179.55152.52157.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211502230.010.3300.13298.3653.2873.14
HexDD96DF1210D12a3549
Octal33522633714101545265111
Binary1101110110010110110111111100001011011001010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96DF; }

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

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

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

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

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

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

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

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