#DD9FD5

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

Shades of Plum #DD9FD5

Tints of Plum #DD9FD5

Color information

#DD9FD5 (or 0xDD9FD5) is unknown color: approx Plum. HEX triplet: DD, 9F and D5. RGB value is (221,159,213). Sum of RGB (Red+Green+Blue) = 221+159+213=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FD5 is #22602A. Grayscale: #B7B7B7. Windows color (decimal): -2252843 or 14000093. OLE color: 14000093.

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

Color convert

RGB221159213-
CMYK00.280.040.13
HSL307.74º47.69%74.51%-
HSV(B)307.74º28.05%86.67%-
XYZ54.2344.9768.77-
YUV183.69144.54154.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=37.27%
G=26.81%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115921300.280.040.13307.7447.6974.51
HexDD9FD501C4D134304b
Octal33523732503441546460113
Binary11011101100111111101010101110010011011001101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FD5; }

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

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

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

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

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

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

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

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