#DD99EC

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

Shades of Plum #DD99EC

Tints of Plum #DD99EC

Color information

#DD99EC (or 0xDD99EC) is unknown color: approx Plum. HEX triplet: DD, 99 and EC. RGB value is (221,153,236). Sum of RGB (Red+Green+Blue) = 221+153+236=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99EC is #226613. Grayscale: #B6B6B6. Windows color (decimal): -2254356 or 15505885. OLE color: 15505885.

HSL color Cylindrical-coordinate representation of color #DD99EC: hue angle of 289.16º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD99EC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221153236-
CMYK0.060.3500.07
HSL289.16º68.6%76.27%-
HSV(B)289.16º35.17%92.55%-
XYZ56.3544.2184.92-
YUV182.79158.03155.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=36.23%
G=25.08%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211532360.060.3500.07289.1668.676.27
HexDD99EC62307121454c
Octal33523135464307441105114
Binary110111011001100111101100110100011011110010000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99EC; }

 p { color: rgb(221,153,236); }

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

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

 a { background-color: rgb(221,153,236); }

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

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

 span { border-color: rgb(221,153,236); }

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