#DD8FDE

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

Shades of Plum #DD8FDE

Tints of Plum #DD8FDE

Color information

#DD8FDE (or 0xDD8FDE) is unknown color: approx Plum. HEX triplet: DD, 8F and DE. RGB value is (221,143,222). Sum of RGB (Red+Green+Blue) = 221+143+222=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDE is #227021. Grayscale: #AFAFAF. Windows color (decimal): -2256930 or 14585821. OLE color: 14585821.

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

Color convert

RGB221143222-
CMYK0.000.3600.13
HSL299.24º54.48%71.57%-
HSV(B)299.24º35.59%87.06%-
XYZ52.8340.2974.1-
YUV175.33154.34160.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=37.71%
G=24.40%
B=37.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211432220.000.3600.13299.2454.4871.57
HexDD8FDE0240D12b3648
Octal33521733604401545366110
Binary1101110110001111110111100100100011011001010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FDE; }

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

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

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

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

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

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

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

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