#DD95DF

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

Shades of Plum #DD95DF

Tints of Plum #DD95DF

Color information

#DD95DF (or 0xDD95DF) is unknown color: approx Plum. HEX triplet: DD, 95 and DF. RGB value is (221,149,223). Sum of RGB (Red+Green+Blue) = 221+149+223=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95DF is #226A20. Grayscale: #B2B2B2. Windows color (decimal): -2255393 or 14652893. OLE color: 14652893.

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

Color convert

RGB221149223-
CMYK0.010.3300.13
HSL298.38º53.62%72.94%-
HSV(B)298.38º33.18%87.45%-
XYZ53.8942.1975.12-
YUV178.96152.85157.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=37.27%
G=25.13%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211492230.010.3300.13298.3853.6272.94
HexDD95DF1210D12a3649
Octal33522533714101545266111
Binary1101110110010101110111111100001011011001010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95DF; }

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

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

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

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

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

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

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

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