#DD9DEC

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

Shades of Plum #DD9DEC

Tints of Plum #DD9DEC

Color information

#DD9DEC (or 0xDD9DEC) is unknown color: approx Plum. HEX triplet: DD, 9D and EC. RGB value is (221,157,236). Sum of RGB (Red+Green+Blue) = 221+157+236=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DEC is #226213. Grayscale: #B8B8B8. Windows color (decimal): -2253332 or 15506909. OLE color: 15506909.

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

Color convert

RGB221157236-
CMYK0.060.3300.07
HSL288.61º67.52%77.06%-
HSV(B)288.61º33.47%92.55%-
XYZ57.0245.5485.14-
YUV185.14156.7153.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 157 (61.72% from 255) = 25.57%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=35.99%
G=25.57%
B=38.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211572360.060.3300.07288.6167.5277.06
HexDD9DEC62107121444d
Octal33523535464107441104115
Binary110111011001110111101100110100001011110010000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DEC; }

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

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

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

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

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

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

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

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