#DF97D1

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

Shades of Plum #DF97D1

Tints of Plum #DF97D1

Color information

#DF97D1 (or 0xDF97D1) is unknown color: approx Plum. HEX triplet: DF, 97 and D1. RGB value is (223,151,209). Sum of RGB (Red+Green+Blue) = 223+151+209=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D1 is #20682E. Grayscale: #B2B2B2. Windows color (decimal): -2123823 or 13735903. OLE color: 13735903.

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

Color convert

RGB223151209-
CMYK00.320.060.13
HSL311.67º52.94%73.33%-
HSV(B)311.67º32.29%87.45%-
XYZ53.0142.4265.72-
YUV179.14144.85159.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=38.25%
G=25.90%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315120900.320.060.13311.6752.9473.33
HexDF97D10206D1383549
Octal33722732104061547065111
Binary110111111001011111010001010000011011011001110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97D1; }

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

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

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

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

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

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

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

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