#DD9CCE

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

Shades of Plum #DD9CCE

Tints of Plum #DD9CCE

Color information

#DD9CCE (or 0xDD9CCE) is unknown color: approx Plum. HEX triplet: DD, 9C and CE. RGB value is (221,156,206). Sum of RGB (Red+Green+Blue) = 221+156+206=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCE is #226331. Grayscale: #B4B4B4. Windows color (decimal): -2253618 or 13540573. OLE color: 13540573.

HSL color Cylindrical-coordinate representation of color #DD9CCE: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CCE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221156206-
CMYK00.290.070.13
HSL313.85º48.87%73.92%-
HSV(B)313.85º29.41%86.67%-
XYZ52.8543.6164.02-
YUV181.14142.03156.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=37.91%
G=26.76%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115620600.290.070.13313.8548.8773.92
HexDD9CCE01D7D13a314a
Octal33523431603571547261112
Binary11011101100111001100111001110111111011001110101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CCE; }

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

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

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

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

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

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

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

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