#DF95DC

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

Shades of Plum #DF95DC

Tints of Plum #DF95DC

Color information

#DF95DC (or 0xDF95DC) is unknown color: approx Plum. HEX triplet: DF, 95 and DC. RGB value is (223,149,220). Sum of RGB (Red+Green+Blue) = 223+149+220=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DC is #206A23. Grayscale: #B3B3B3. Windows color (decimal): -2124324 or 14456287. OLE color: 14456287.

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

Color convert

RGB223149220-
CMYK00.330.010.13
HSL302.43º53.62%72.94%-
HSV(B)302.43º33.18%87.45%-
XYZ54.142.3573.03-
YUV179.22151.02159.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=37.67%
G=25.17%
B=37.16%

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
Decimal22314922000.330.010.13302.4353.6272.94
HexDF95DC0211D12e3649
Octal33722533404111545666111
Binary1101111110010101110111000100001111011001011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95DC; }

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

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

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

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

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

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

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

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