#DF97DA

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

Shades of Plum #DF97DA

Tints of Plum #DF97DA

Color information

#DF97DA (or 0xDF97DA) is unknown color: approx Plum. HEX triplet: DF, 97 and DA. RGB value is (223,151,218). Sum of RGB (Red+Green+Blue) = 223+151+218=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DA is #206825. Grayscale: #B3B3B3. Windows color (decimal): -2123814 or 14325727. OLE color: 14325727.

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

Color convert

RGB223151218-
CMYK00.320.020.13
HSL304.17º52.94%73.33%-
HSV(B)304.17º32.29%87.45%-
XYZ54.1542.8871.75-
YUV180.17149.35158.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=37.67%
G=25.51%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315121800.320.020.13304.1752.9473.33
HexDF97DA0202D1303549
Octal33722733204021546065111
Binary11011111100101111101101001000001011011001100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97DA; }

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

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

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

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

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

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

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

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