#DD9DCF

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

Shades of Plum #DD9DCF

Tints of Plum #DD9DCF

Color information

#DD9DCF (or 0xDD9DCF) is unknown color: approx Plum. HEX triplet: DD, 9D and CF. RGB value is (221,157,207). Sum of RGB (Red+Green+Blue) = 221+157+207=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DCF is #226230. Grayscale: #B5B5B5. Windows color (decimal): -2253361 or 13606365. OLE color: 13606365.

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

Color convert

RGB221157207-
CMYK00.290.060.13
HSL313.12º48.48%74.12%-
HSV(B)313.12º28.96%86.67%-
XYZ53.1443.9964.72-
YUV181.84142.2155.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=37.78%
G=26.84%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115720700.290.060.13313.1248.4874.12
HexDD9DCF01D6D139304a
Octal33523531703561547160112
Binary11011101100111011100111101110111011011001110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DCF; }

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

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

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

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

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

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

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

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