#DD9FDA

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

Shades of Plum #DD9FDA

Tints of Plum #DD9FDA

Color information

#DD9FDA (or 0xDD9FDA) is unknown color: approx Plum. HEX triplet: DD, 9F and DA. RGB value is (221,159,218). Sum of RGB (Red+Green+Blue) = 221+159+218=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDA is #226025. Grayscale: #B8B8B8. Windows color (decimal): -2252838 or 14327773. OLE color: 14327773.

HSL color Cylindrical-coordinate representation of color #DD9FDA: hue angle of 302.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FDA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221159218-
CMYK00.280.010.13
HSL302.9º47.69%74.51%-
HSV(B)302.9º28.05%86.67%-
XYZ54.8745.2372.17-
YUV184.26147.04154.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=36.96%
G=26.59%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115921800.280.010.13302.947.6974.51
HexDD9FDA01C1D12f304b
Octal33523733203411545760113
Binary110111011001111111011010011100111011001011111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FDA; }

 p { color: rgb(221,159,218); }

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

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

 a { background-color: rgb(221,159,218); }

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

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

 span { border-color: rgb(221,159,218); }

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