#DD8CCE

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

Shades of Plum #DD8CCE

Tints of Plum #DD8CCE

Color information

#DD8CCE (or 0xDD8CCE) is unknown color: approx Plum. HEX triplet: DD, 8C and CE. RGB value is (221,140,206). Sum of RGB (Red+Green+Blue) = 221+140+206=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CCE is #227331. Grayscale: #ABABAB. Windows color (decimal): -2257714 or 13536477. OLE color: 13536477.

HSL color Cylindrical-coordinate representation of color #DD8CCE: hue angle of 311.11º 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 #DD8CCE is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221140206-
CMYK00.370.070.13
HSL311.11º54.36%70.78%-
HSV(B)311.11º36.65%86.67%-
XYZ50.3438.5863.19-
YUV171.74147.34163.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=38.98%
G=24.69%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114020600.370.070.13311.1154.3670.78
HexDD8CCE0257D1373647
Octal33521431604571546766107
Binary110111011000110011001110010010111111011001101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CCE; }

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

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

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

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

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

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

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

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