#DF97E0

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

Shades of Plum #DF97E0

Tints of Plum #DF97E0

Color information

#DF97E0 (or 0xDF97E0) is unknown color: approx Plum. HEX triplet: DF, 97 and E0. RGB value is (223,151,224). Sum of RGB (Red+Green+Blue) = 223+151+224=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97E0 is #20681F. Grayscale: #B4B4B4. Windows color (decimal): -2123808 or 14718943. OLE color: 14718943.

HSL color Cylindrical-coordinate representation of color #DF97E0: hue angle of 299.18º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF97E0 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223151224-
CMYK0.000.3300.12
HSL299.18º54.07%73.53%-
HSV(B)299.18º32.59%87.84%-
XYZ54.9543.275.96-
YUV180.85152.35158.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 151 (59.38% from 255) = 25.25%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=37.29%
G=25.25%
B=37.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231512240.000.3300.12299.1854.0773.53
HexDF97E00210C12b364a
Octal33722734004101445366112
Binary1101111110010111111000000100001011001001010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97E0; }

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

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

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

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

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

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

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

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