#DC88DE

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

Shades of Plum #DC88DE

Tints of Plum #DC88DE

Color information

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

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

Color convert

RGB220136222-
CMYK0.010.3900.13
HSL298.6º56.58%70.2%-
HSV(B)298.6º38.74%87.06%-
XYZ51.538.173.75-
YUV170.92156.83163.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201362220.010.3900.13298.656.5870.2
HexDC88DE1270D12b3946
Octal33421033614701545371106
Binary1101110010001000110111101100111011011001010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88DE; }

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

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

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

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

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

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

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

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