#DF95DF

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

Shades of Plum #DF95DF

Tints of Plum #DF95DF

Color information

#DF95DF (or 0xDF95DF) is unknown color: approx Plum. HEX triplet: DF, 95 and DF. RGB value is (223,149,223). Sum of RGB (Red+Green+Blue) = 223+149+223=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DF is #206A20. Grayscale: #B3B3B3. Windows color (decimal): -2124321 or 14652895. OLE color: 14652895.

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

Color convert

RGB223149223-
CMYK00.3300.13
HSL300º53.62%72.94%-
HSV(B)300º33.18%87.45%-
XYZ54.542.5175.15-
YUV179.56152.52158.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=37.48%
G=25.04%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314922300.3300.1330053.6272.94
HexDF95DF0210D12c3649
Octal33722533704101545466111
Binary1101111110010101110111110100001011011001011001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95DF; }

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

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

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

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

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

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

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

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