#DF97DE

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

Shades of Plum #DF97DE

Tints of Plum #DF97DE

Color information

#DF97DE (or 0xDF97DE) is unknown color: approx Plum. HEX triplet: DF, 97 and DE. RGB value is (223,151,222). Sum of RGB (Red+Green+Blue) = 223+151+222=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DE is #206821. Grayscale: #B4B4B4. Windows color (decimal): -2123810 or 14587871. OLE color: 14587871.

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

Color convert

RGB223151222-
CMYK00.320.000.13
HSL300.83º52.94%73.33%-
HSV(B)300.83º32.29%87.45%-
XYZ54.6843.174.54-
YUV180.62151.35158.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=37.42%
G=25.34%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315122200.320.000.13300.8352.9473.33
HexDF97DE0200D12d3549
Octal33722733604001545565111
Binary1101111110010111110111100100000011011001011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97DE; }

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

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

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

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

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

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

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

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