#DD9CEC

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

Shades of Plum #DD9CEC

Tints of Plum #DD9CEC

Color information

#DD9CEC (or 0xDD9CEC) is unknown color: approx Plum. HEX triplet: DD, 9C and EC. RGB value is (221,156,236). Sum of RGB (Red+Green+Blue) = 221+156+236=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CEC is #226313. Grayscale: #B8B8B8. Windows color (decimal): -2253588 or 15506653. OLE color: 15506653.

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

Color convert

RGB221156236-
CMYK0.060.3400.07
HSL288.75º67.8%76.86%-
HSV(B)288.75º33.9%92.55%-
XYZ56.8545.2185.09-
YUV184.55157.03154-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=36.05%
G=25.45%
B=38.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211562360.060.3400.07288.7567.876.86
HexDD9CEC62207121444d
Octal33523435464207441104115
Binary110111011001110011101100110100010011110010000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CEC; }

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

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

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

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

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

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

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

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