#DF97DD

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

Shades of Plum #DF97DD

Tints of Plum #DF97DD

Color information

#DF97DD (or 0xDF97DD) is unknown color: approx Plum. HEX triplet: DF, 97 and DD. RGB value is (223,151,221). Sum of RGB (Red+Green+Blue) = 223+151+221=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DD is #206822. Grayscale: #B4B4B4. Windows color (decimal): -2123811 or 14522335. OLE color: 14522335.

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

Color convert

RGB223151221-
CMYK00.320.010.13
HSL301.67º52.94%73.33%-
HSV(B)301.67º32.29%87.45%-
XYZ54.5543.0473.84-
YUV180.51150.85158.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=37.48%
G=25.38%
B=37.14%

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
Decimal22315122100.320.010.13301.6752.9473.33
HexDF97DD0201D12e3549
Octal33722733504011545665111
Binary1101111110010111110111010100000111011001011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97DD; }

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

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

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

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

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

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

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

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