#DD9DE8

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

Shades of Plum #DD9DE8

Tints of Plum #DD9DE8

Color information

#DD9DE8 (or 0xDD9DE8) is unknown color: approx Plum. HEX triplet: DD, 9D and E8. RGB value is (221,157,232). Sum of RGB (Red+Green+Blue) = 221+157+232=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DE8 is #226217. Grayscale: #B8B8B8. Windows color (decimal): -2253336 or 15244765. OLE color: 15244765.

HSL color Cylindrical-coordinate representation of color #DD9DE8: hue angle of 291.2º degrees, saturation: 0.62, 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 #DD9DE8 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221157232-
CMYK0.050.3200.09
HSL291.2º61.98%76.27%-
HSV(B)291.2º32.33%90.98%-
XYZ56.4445.3182.12-
YUV184.69154.7153.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=36.23%
G=25.74%
B=38.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211572320.050.3200.09291.261.9876.27
HexDD9DE8520091233e4c
Octal33523535054001144376114
Binary110111011001110111101000101100000010011001000111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DE8; }

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

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

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

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

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

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

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

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