#DD96D6

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

Shades of Plum #DD96D6

Tints of Plum #DD96D6

Color information

#DD96D6 (or 0xDD96D6) is unknown color: approx Plum. HEX triplet: DD, 96 and D6. RGB value is (221,150,214). Sum of RGB (Red+Green+Blue) = 221+150+214=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96D6 is #226929. Grayscale: #B2B2B2. Windows color (decimal): -2255146 or 14063325. OLE color: 14063325.

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

Color convert

RGB221150214-
CMYK00.320.030.13
HSL305.92º51.08%72.75%-
HSV(B)305.92º32.13%86.67%-
XYZ52.8642.0468.95-
YUV178.52148.02158.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 214 (83.98% from 255) = 36.58%
R=37.78%
G=25.64%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115021400.320.030.13305.9251.0872.75
HexDD96D60203D1323349
Octal33522632604031546263111
Binary11011101100101101101011001000001111011001100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96D6; }

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

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

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

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

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

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

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

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