#DD8FD6

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

Shades of Plum #DD8FD6

Tints of Plum #DD8FD6

Color information

#DD8FD6 (or 0xDD8FD6) is unknown color: approx Plum. HEX triplet: DD, 8F and D6. RGB value is (221,143,214). Sum of RGB (Red+Green+Blue) = 221+143+214=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FD6 is #227029. Grayscale: #AEAEAE. Windows color (decimal): -2256938 or 14061533. OLE color: 14061533.

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

Color convert

RGB221143214-
CMYK00.350.030.13
HSL305.38º53.42%71.37%-
HSV(B)305.38º35.29%86.67%-
XYZ51.7839.8768.59-
YUV174.42150.34161.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 143 (56.25% from 255) = 24.74%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=38.24%
G=24.74%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114321400.350.030.13305.3853.4271.37
HexDD8FD60233D1313547
Octal33521732604331546165107
Binary11011101100011111101011001000111111011001100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FD6; }

 p { color: rgb(221,143,214); }

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

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

 a { background-color: rgb(221,143,214); }

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

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

 span { border-color: rgb(221,143,214); }

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