#DD9DE3

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

Shades of Plum #DD9DE3

Tints of Plum #DD9DE3

Color information

#DD9DE3 (or 0xDD9DE3) is unknown color: approx Plum. HEX triplet: DD, 9D and E3. RGB value is (221,157,227). Sum of RGB (Red+Green+Blue) = 221+157+227=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD9DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DE3 is #22621C. Grayscale: #B7B7B7. Windows color (decimal): -2253341 or 14917085. OLE color: 14917085.

HSL color Cylindrical-coordinate representation of color #DD9DE3: hue angle of 294.86º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9DE3 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221157227-
CMYK0.030.3100.11
HSL294.86º55.56%75.29%-
HSV(B)294.86º30.84%89.02%-
XYZ55.7445.0378.43-
YUV184.12152.2154.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=36.53%
G=25.95%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211572270.030.3100.11294.8655.5675.29
HexDD9DE331F0B127384b
Octal33523534333701344770113
Binary1101110110011101111000111111111010111001001111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DE3; }

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

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

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

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

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

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

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

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