#DF95DD

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

Shades of Plum #DF95DD

Tints of Plum #DF95DD

Color information

#DF95DD (or 0xDF95DD) is unknown color: approx Plum. HEX triplet: DF, 95 and DD. RGB value is (223,149,221). Sum of RGB (Red+Green+Blue) = 223+149+221=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DD is #206A22. Grayscale: #B3B3B3. Windows color (decimal): -2124323 or 14521823. OLE color: 14521823.

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

Color convert

RGB223149221-
CMYK00.330.010.13
HSL301.62º53.62%72.94%-
HSV(B)301.62º33.18%87.45%-
XYZ54.2342.473.73-
YUV179.33151.52159.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314922100.330.010.13301.6253.6272.94
HexDF95DD0211D12e3649
Octal33722533504111545666111
Binary1101111110010101110111010100001111011001011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95DD; }

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

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

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

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

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

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

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

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