#DD99EB

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

Shades of Plum #DD99EB

Tints of Plum #DD99EB

Color information

#DD99EB (or 0xDD99EB) is unknown color: approx Plum. HEX triplet: DD, 99 and EB. RGB value is (221,153,235). Sum of RGB (Red+Green+Blue) = 221+153+235=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99EB is #226614. Grayscale: #B6B6B6. Windows color (decimal): -2254357 or 15440349. OLE color: 15440349.

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

Color convert

RGB221153235-
CMYK0.060.3500.08
HSL289.76º67.21%76.08%-
HSV(B)289.76º34.89%92.16%-
XYZ56.2144.1584.16-
YUV182.68157.53155.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=36.29%
G=25.12%
B=38.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211532350.060.3500.08289.7667.2176.08
HexDD99EB62308122434c
Octal335231353643010442103114
Binary1101110110011001111010111101000110100010010001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99EB; }

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

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

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

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

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

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

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

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