#DE99DF

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

Shades of Plum #DE99DF

Tints of Plum #DE99DF

Color information

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

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

Color convert

RGB222153223-
CMYK0.000.3100.13
HSL299.14º52.24%73.73%-
HSV(B)299.14º31.39%87.45%-
XYZ54.8343.6475.35-
YUV181.61151.36156.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221532230.000.3100.13299.1452.2473.73
HexDE99DF01F0D12b344a
Octal33623133703701545364112
Binary110111101001100111011111011111011011001010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99DF; }

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

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

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

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

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

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

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

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