#DF99DF

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

Shades of Plum #DF99DF

Tints of Plum #DF99DF

Color information

#DF99DF (or 0xDF99DF) is unknown color: approx Plum. HEX triplet: DF, 99 and DF. RGB value is (223,153,223). Sum of RGB (Red+Green+Blue) = 223+153+223=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DF is #206620. Grayscale: #B5B5B5. Windows color (decimal): -2123297 or 14653919. OLE color: 14653919.

HSL color Cylindrical-coordinate representation of color #DF99DF: hue angle of 300º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99DF is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223153223-
CMYK00.3100.13
HSL300º52.24%73.73%-
HSV(B)300º31.39%87.45%-
XYZ55.1443.875.36-
YUV181.91151.19157.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 153 (60.16% from 255) = 25.54%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=37.23%
G=25.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315322300.3100.1330052.2473.73
HexDF99DF01F0D12c344a
Octal33723133703701545464112
Binary110111111001100111011111011111011011001011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99DF; }

 p { color: rgb(223,153,223); }

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

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

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

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

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

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

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