#DD9FDF

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

Shades of Plum #DD9FDF

Tints of Plum #DD9FDF

Color information

#DD9FDF (or 0xDD9FDF) is unknown color: approx Plum. HEX triplet: DD, 9F and DF. RGB value is (221,159,223). Sum of RGB (Red+Green+Blue) = 221+159+223=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDF is #226020. Grayscale: #B8B8B8. Windows color (decimal): -2252833 or 14655453. OLE color: 14655453.

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

Color convert

RGB221159223-
CMYK0.010.2900.13
HSL298.12º50%74.9%-
HSV(B)298.12º28.7%87.45%-
XYZ55.5445.575.67-
YUV184.83149.54153.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=36.65%
G=26.37%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211592230.010.2900.13298.125074.9
HexDD9FDF11D0D12a324b
Octal33523733713501545262113
Binary110111011001111111011111111101011011001010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FDF; }

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

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

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

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

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

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

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

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