#DE88DC

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

Shades of Plum #DE88DC

Tints of Plum #DE88DC

Color information

#DE88DC (or 0xDE88DC) is unknown color: approx Plum. HEX triplet: DE, 88 and DC. RGB value is (222,136,220). Sum of RGB (Red+Green+Blue) = 222+136+220=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88DC is #217723. Grayscale: #ABABAB. Windows color (decimal): -2193188 or 14452958. OLE color: 14452958.

HSL color Cylindrical-coordinate representation of color #DE88DC: hue angle of 301.4º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE88DC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222136220-
CMYK00.390.010.13
HSL301.4º56.58%70.2%-
HSV(B)301.4º38.74%87.06%-
XYZ51.8538.3172.37-
YUV171.29155.49164.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=38.41%
G=23.53%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213622000.390.010.13301.456.5870.2
HexDE88DC0271D12d3946
Octal33621033404711545571106
Binary1101111010001000110111000100111111011001011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88DC; }

 p { color: rgb(222,136,220); }

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

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

 a { background-color: rgb(222,136,220); }

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

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

 span { border-color: rgb(222,136,220); }

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