#DD9FCF

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

Shades of Plum #DD9FCF

Tints of Plum #DD9FCF

Color information

#DD9FCF (or 0xDD9FCF) is unknown color: approx Plum. HEX triplet: DD, 9F and CF. RGB value is (221,159,207). Sum of RGB (Red+Green+Blue) = 221+159+207=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FCF is #226030. Grayscale: #B6B6B6. Windows color (decimal): -2252849 or 13606877. OLE color: 13606877.

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

Color convert

RGB221159207-
CMYK00.280.060.13
HSL313.55º47.69%74.51%-
HSV(B)313.55º28.05%86.67%-
XYZ53.4844.6764.84-
YUV183.01141.54155.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=37.65%
G=27.09%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115920700.280.060.13313.5547.6974.51
HexDD9FCF01C6D13a304b
Octal33523731703461547260113
Binary11011101100111111100111101110011011011001110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FCF; }

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

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

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

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

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

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

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

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