#DF97CD

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

Shades of Plum #DF97CD

Tints of Plum #DF97CD

Color information

#DF97CD (or 0xDF97CD) is unknown color: approx Plum. HEX triplet: DF, 97 and CD. RGB value is (223,151,205). Sum of RGB (Red+Green+Blue) = 223+151+205=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97CD is #206832. Grayscale: #B2B2B2. Windows color (decimal): -2123827 or 13473759. OLE color: 13473759.

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

Color convert

RGB223151205-
CMYK00.320.080.13
HSL315º52.94%73.33%-
HSV(B)315º32.29%87.45%-
XYZ52.5242.2363.14-
YUV178.68142.85159.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=38.51%
G=26.08%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315120500.320.080.1331552.9473.33
HexDF97CD0208D13b3549
Octal337227315040101547365111
Binary1101111110010111110011010100000100011011001110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97CD; }

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

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

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

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

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

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

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

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