#DE98D1

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

Shades of Plum #DE98D1

Tints of Plum #DE98D1

Color information

#DE98D1 (or 0xDE98D1) is unknown color: approx Plum. HEX triplet: DE, 98 and D1. RGB value is (222,152,209). Sum of RGB (Red+Green+Blue) = 222+152+209=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98D1 is #21672E. Grayscale: #B3B3B3. Windows color (decimal): -2189103 or 13736158. OLE color: 13736158.

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

Color convert

RGB222152209-
CMYK00.320.060.13
HSL311.14º51.47%73.33%-
HSV(B)311.14º31.53%87.06%-
XYZ52.8642.5965.76-
YUV179.43144.69158.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=38.08%
G=26.07%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215220900.320.060.13311.1451.4773.33
HexDE98D10206D1373349
Octal33623032104061546763111
Binary110111101001100011010001010000011011011001101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98D1; }

 p { color: rgb(222,152,209); }

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

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

 a { background-color: rgb(222,152,209); }

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

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

 span { border-color: rgb(222,152,209); }

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