#DE99D0

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

Shades of Plum #DE99D0

Tints of Plum #DE99D0

Color information

#DE99D0 (or 0xDE99D0) is unknown color: approx Plum. HEX triplet: DE, 99 and D0. RGB value is (222,153,208). Sum of RGB (Red+Green+Blue) = 222+153+208=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99D0 is #21662F. Grayscale: #B3B3B3. Windows color (decimal): -2188848 or 13670878. OLE color: 13670878.

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

Color convert

RGB222153208-
CMYK00.310.060.13
HSL312.17º51.11%73.53%-
HSV(B)312.17º31.08%87.06%-
XYZ52.942.8765.16-
YUV179.9143.86158.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=38.08%
G=26.24%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215320800.310.060.13312.1751.1173.53
HexDE99D001F6D138334a
Octal33623132003761547063112
Binary11011110100110011101000001111111011011001110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99D0; }

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

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

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

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

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

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

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

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