#DF97D4

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

Shades of Plum #DF97D4

Tints of Plum #DF97D4

Color information

#DF97D4 (or 0xDF97D4) is unknown color: approx Plum. HEX triplet: DF, 97 and D4. RGB value is (223,151,212). Sum of RGB (Red+Green+Blue) = 223+151+212=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97D4 is #20682B. Grayscale: #B3B3B3. Windows color (decimal): -2123820 or 13932511. OLE color: 13932511.

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

Color convert

RGB223151212-
CMYK00.320.050.13
HSL309.17º52.94%73.33%-
HSV(B)309.17º32.29%87.45%-
XYZ53.3842.5767.69-
YUV179.48146.35159.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=38.05%
G=25.77%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315121200.320.050.13309.1752.9473.33
HexDF97D40205D1353549
Octal33722732404051546565111
Binary110111111001011111010100010000010111011001101011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97D4; }

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

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

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

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

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

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

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

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