#DD9EE7

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

Shades of Plum #DD9EE7

Tints of Plum #DD9EE7

Color information

#DD9EE7 (or 0xDD9EE7) is unknown color: approx Plum. HEX triplet: DD, 9E and E7. RGB value is (221,158,231). Sum of RGB (Red+Green+Blue) = 221+158+231=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EE7 is #226118. Grayscale: #B8B8B8. Windows color (decimal): -2253081 or 15179485. OLE color: 15179485.

HSL color Cylindrical-coordinate representation of color #DD9EE7: hue angle of 291.78º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9EE7 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221158231-
CMYK0.040.3200.09
HSL291.78º60.33%76.27%-
HSV(B)291.78º31.6%90.59%-
XYZ56.4745.681.43-
YUV185.16153.87153.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=36.23%
G=25.90%
B=37.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211582310.040.3200.09291.7860.3376.27
HexDD9EE7420091243c4c
Octal33523634744001144474114
Binary110111011001111011100111100100000010011001001001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EE7; }

 p { color: rgb(221,158,231); }

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

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

 a { background-color: rgb(221,158,231); }

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

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

 span { border-color: rgb(221,158,231); }

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