#DD8CDC

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

Shades of Plum #DD8CDC

Tints of Plum #DD8CDC

Color information

#DD8CDC (or 0xDD8CDC) is unknown color: approx Plum. HEX triplet: DD, 8C and DC. RGB value is (221,140,220). Sum of RGB (Red+Green+Blue) = 221+140+220=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CDC is #227323. Grayscale: #ADADAD. Windows color (decimal): -2257700 or 14453981. OLE color: 14453981.

HSL color Cylindrical-coordinate representation of color #DD8CDC: hue angle of 300.74º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8CDC is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221140220-
CMYK00.370.000.13
HSL300.74º54.36%70.78%-
HSV(B)300.74º36.65%86.67%-
XYZ52.1239.372.55-
YUV173.34154.34162-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 140 (55.08% from 255) = 24.10%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=38.04%
G=24.10%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114022000.370.000.13300.7454.3670.78
HexDD8CDC0250D12d3647
Octal33521433404501545566107
Binary1101110110001100110111000100101011011001011011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CDC; }

 p { color: rgb(221,140,220); }

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

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

 a { background-color: rgb(221,140,220); }

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

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

 span { border-color: rgb(221,140,220); }

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