#DD99E6

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

Shades of Plum #DD99E6

Tints of Plum #DD99E6

Color information

#DD99E6 (or 0xDD99E6) is unknown color: approx Plum. HEX triplet: DD, 99 and E6. RGB value is (221,153,230). Sum of RGB (Red+Green+Blue) = 221+153+230=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99E6 is #226619. Grayscale: #B5B5B5. Windows color (decimal): -2254362 or 15112669. OLE color: 15112669.

HSL color Cylindrical-coordinate representation of color #DD99E6: hue angle of 292.99º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD99E6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221153230-
CMYK0.040.3300.10
HSL292.99º60.63%75.1%-
HSV(B)292.99º33.48%90.2%-
XYZ55.4943.8780.41-
YUV182.11155.03155.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=36.59%
G=25.33%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211532300.040.3300.10292.9960.6375.1
HexDD99E64210A1253d4b
Octal33523134644101244575113
Binary110111011001100111100110100100001010101001001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99E6; }

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

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

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

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

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

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

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

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