#DD9FD7

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

Shades of Plum #DD9FD7

Tints of Plum #DD9FD7

Color information

#DD9FD7 (or 0xDD9FD7) is unknown color: approx Plum. HEX triplet: DD, 9F and D7. RGB value is (221,159,215). Sum of RGB (Red+Green+Blue) = 221+159+215=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FD7 is #226028. Grayscale: #B7B7B7. Windows color (decimal): -2252841 or 14131165. OLE color: 14131165.

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

Color convert

RGB221159215-
CMYK00.280.030.13
HSL305.81º47.69%74.51%-
HSV(B)305.81º28.05%86.67%-
XYZ54.4845.0770.12-
YUV183.92145.54154.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=37.14%
G=26.72%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115921500.280.030.13305.8147.6974.51
HexDD9FD701C3D132304b
Octal33523732703431546260113
Binary1101110110011111110101110111001111011001100101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FD7; }

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

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

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

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

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

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

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

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