#DD9DEB

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

Shades of Plum #DD9DEB

Tints of Plum #DD9DEB

Color information

#DD9DEB (or 0xDD9DEB) is unknown color: approx Plum. HEX triplet: DD, 9D and EB. RGB value is (221,157,235). Sum of RGB (Red+Green+Blue) = 221+157+235=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DEB is #226214. Grayscale: #B8B8B8. Windows color (decimal): -2253333 or 15441373. OLE color: 15441373.

HSL color Cylindrical-coordinate representation of color #DD9DEB: hue angle of 289.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9DEB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221157235-
CMYK0.060.3300.08
HSL289.23º66.1%76.86%-
HSV(B)289.23º33.19%92.16%-
XYZ56.8745.4884.38-
YUV185.03156.2153.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=36.05%
G=25.61%
B=38.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211572350.060.3300.08289.2366.176.86
HexDD9DEB62108121424d
Octal335235353641010441102115
Binary1101110110011101111010111101000010100010010000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DEB; }

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

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

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

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

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

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

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

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