#DE98CD

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

Shades of Plum #DE98CD

Tints of Plum #DE98CD

Color information

#DE98CD (or 0xDE98CD) is unknown color: approx Plum. HEX triplet: DE, 98 and CD. RGB value is (222,152,205). Sum of RGB (Red+Green+Blue) = 222+152+205=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98CD is #216732. Grayscale: #B2B2B2. Windows color (decimal): -2189107 or 13474014. OLE color: 13474014.

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

Color convert

RGB222152205-
CMYK00.320.080.13
HSL314.57º51.47%73.33%-
HSV(B)314.57º31.53%87.06%-
XYZ52.3742.3963.18-
YUV178.97142.69158.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=38.34%
G=26.25%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215220500.320.080.13314.5751.4773.33
HexDE98CD0208D13b3349
Octal336230315040101547363111
Binary1101111010011000110011010100000100011011001110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98CD; }

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

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

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

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

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

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

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

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