#DF97DF

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

Shades of Plum #DF97DF

Tints of Plum #DF97DF

Color information

#DF97DF (or 0xDF97DF) is unknown color: approx Plum. HEX triplet: DF, 97 and DF. RGB value is (223,151,223). Sum of RGB (Red+Green+Blue) = 223+151+223=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DF is #206820. Grayscale: #B4B4B4. Windows color (decimal): -2123809 or 14653407. OLE color: 14653407.

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

Color convert

RGB223151223-
CMYK00.3200.13
HSL300º52.94%73.33%-
HSV(B)300º32.29%87.45%-
XYZ54.8243.1575.25-
YUV180.74151.85158.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=37.35%
G=25.29%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315122300.3200.1330052.9473.33
HexDF97DF0200D12c3549
Octal33722733704001545465111
Binary1101111110010111110111110100000011011001011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97DF; }

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

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

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

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

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

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

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

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