#DF97DC

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

Shades of Plum #DF97DC

Tints of Plum #DF97DC

Color information

#DF97DC (or 0xDF97DC) is unknown color: approx Plum. HEX triplet: DF, 97 and DC. RGB value is (223,151,220). Sum of RGB (Red+Green+Blue) = 223+151+220=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DC is #206823. Grayscale: #B4B4B4. Windows color (decimal): -2123812 or 14456799. OLE color: 14456799.

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

Color convert

RGB223151220-
CMYK00.320.010.13
HSL302.5º52.94%73.33%-
HSV(B)302.5º32.29%87.45%-
XYZ54.4242.9973.14-
YUV180.39150.35158.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=37.54%
G=25.42%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315122000.320.010.13302.552.9473.33
HexDF97DC0201D12e3549
Octal33722733404011545665111
Binary1101111110010111110111000100000111011001011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97DC; }

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

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

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

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

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

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

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

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