#DD9CE2

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

Shades of Plum #DD9CE2

Tints of Plum #DD9CE2

Color information

#DD9CE2 (or 0xDD9CE2) is unknown color: approx Plum. HEX triplet: DD, 9C and E2. RGB value is (221,156,226). Sum of RGB (Red+Green+Blue) = 221+156+226=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD9CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CE2 is #22631D. Grayscale: #B7B7B7. Windows color (decimal): -2253598 or 14851293. OLE color: 14851293.

HSL color Cylindrical-coordinate representation of color #DD9CE2: hue angle of 295.71º degrees, saturation: 0.55, 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 #DD9CE2 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221156226-
CMYK0.020.3100.11
HSL295.71º54.69%74.9%-
HSV(B)295.71º30.97%88.63%-
XYZ55.4344.6477.65-
YUV183.42152.03154.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=36.65%
G=25.87%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211562260.020.3100.11295.7154.6974.9
HexDD9CE221F0B128374b
Octal33523434223701345067113
Binary1101110110011100111000101011111010111001010001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CE2; }

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

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

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

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

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

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

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

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