#DD9DEE

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

Shades of Plum #DD9DEE

Tints of Plum #DD9DEE

Color information

#DD9DEE (or 0xDD9DEE) is unknown color: approx Plum. HEX triplet: DD, 9D and EE. RGB value is (221,157,238). Sum of RGB (Red+Green+Blue) = 221+157+238=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DEE is #226211. Grayscale: #B9B9B9. Windows color (decimal): -2253330 or 15637981. OLE color: 15637981.

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

Color convert

RGB221157238-
CMYK0.070.3400.07
HSL287.41º70.43%77.45%-
HSV(B)287.41º34.03%93.33%-
XYZ57.3145.6686.68-
YUV185.37157.7153.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 157 (61.72% from 255) = 25.49%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=35.88%
G=25.49%
B=38.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211572380.070.3400.07287.4170.4377.45
HexDD9DEE7220711f464d
Octal33523535674207437106115
Binary110111011001110111101110111100010011110001111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DEE; }

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

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

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

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

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

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

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

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