#DF99DE

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

Shades of Plum #DF99DE

Tints of Plum #DF99DE

Color information

#DF99DE (or 0xDF99DE) is unknown color: approx Plum. HEX triplet: DF, 99 and DE. RGB value is (223,153,222). Sum of RGB (Red+Green+Blue) = 223+153+222=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DE is #206621. Grayscale: #B5B5B5. Windows color (decimal): -2123298 or 14588383. OLE color: 14588383.

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

Color convert

RGB223153222-
CMYK00.310.000.13
HSL300.86º52.24%73.73%-
HSV(B)300.86º31.39%87.45%-
XYZ55.0143.7474.65-
YUV181.8150.69157.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=37.29%
G=25.59%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315322200.310.000.13300.8652.2473.73
HexDF99DE01F0D12d344a
Octal33723133603701545564112
Binary110111111001100111011110011111011011001011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99DE; }

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

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

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

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

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

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

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

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