#DC88DD

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

Shades of Plum #DC88DD

Tints of Plum #DC88DD

Color information

#DC88DD (or 0xDC88DD) is unknown color: approx Plum. HEX triplet: DC, 88 and DD. RGB value is (220,136,221). Sum of RGB (Red+Green+Blue) = 220+136+221=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88DD is #237722. Grayscale: #AAAAAA. Windows color (decimal): -2324259 or 14518492. OLE color: 14518492.

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

Color convert

RGB220136221-
CMYK0.000.3800.13
HSL299.29º55.56%70%-
HSV(B)299.29º38.46%86.67%-
XYZ51.3738.0473.04-
YUV170.81156.33163.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=38.13%
G=23.57%
B=38.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201362210.000.3800.13299.2955.5670
HexDC88DD0260D12b3846
Octal33421033504601545370106
Binary1101110010001000110111010100110011011001010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88DD; }

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

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

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

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

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

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

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

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