#DD9EDA

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

Shades of Plum #DD9EDA

Tints of Plum #DD9EDA

Color information

#DD9EDA (or 0xDD9EDA) is unknown color: approx Plum. HEX triplet: DD, 9E and DA. RGB value is (221,158,218). Sum of RGB (Red+Green+Blue) = 221+158+218=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EDA is #226125. Grayscale: #B7B7B7. Windows color (decimal): -2253094 or 14327517. OLE color: 14327517.

HSL color Cylindrical-coordinate representation of color #DD9EDA: hue angle of 302.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EDA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221158218-
CMYK00.290.010.13
HSL302.86º48.09%74.31%-
HSV(B)302.86º28.51%86.67%-
XYZ54.744.8972.11-
YUV183.68147.37154.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=37.02%
G=26.47%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115821800.290.010.13302.8648.0974.31
HexDD9EDA01D1D12f304a
Octal33523633203511545760112
Binary110111011001111011011010011101111011001011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EDA; }

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

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

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

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

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

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

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

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