#DD99EE

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

Shades of Plum #DD99EE

Tints of Plum #DD99EE

Color information

#DD99EE (or 0xDD99EE) is unknown color: approx Plum. HEX triplet: DD, 99 and EE. RGB value is (221,153,238). Sum of RGB (Red+Green+Blue) = 221+153+238=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99EE is #226611. Grayscale: #B6B6B6. Windows color (decimal): -2254354 or 15636957. OLE color: 15636957.

HSL color Cylindrical-coordinate representation of color #DD99EE: hue angle of 288º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD99EE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221153238-
CMYK0.070.3600.07
HSL288º71.43%76.67%-
HSV(B)288º35.71%93.33%-
XYZ56.6444.3386.46-
YUV183.02159.03155.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=36.11%
G=25%
B=38.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211532380.070.3600.0728871.4376.67
HexDD99EE72407120474d
Octal33523135674407440107115
Binary110111011001100111101110111100100011110010000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99EE; }

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

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

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

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

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

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

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

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