#DF97D5

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

Shades of Plum #DF97D5

Tints of Plum #DF97D5

Color information

#DF97D5 (or 0xDF97D5) is unknown color: approx Plum. HEX triplet: DF, 97 and D5. RGB value is (223,151,213). Sum of RGB (Red+Green+Blue) = 223+151+213=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D5 is #20682A. Grayscale: #B3B3B3. Windows color (decimal): -2123819 or 13998047. OLE color: 13998047.

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

Color convert

RGB223151213-
CMYK00.320.040.13
HSL308.33º52.94%73.33%-
HSV(B)308.33º32.29%87.45%-
XYZ53.5142.6368.36-
YUV179.6146.85158.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=37.99%
G=25.72%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315121300.320.040.13308.3352.9473.33
HexDF97D50204D1343549
Octal33722732504041546465111
Binary110111111001011111010101010000010011011001101001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97D5; }

 p { color: rgb(223,151,213); }

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

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

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

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

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

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

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