#DD88DC

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

Shades of Plum #DD88DC

Tints of Plum #DD88DC

Color information

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

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

Color convert

RGB221136220-
CMYK00.380.000.13
HSL300.71º55.56%70%-
HSV(B)300.71º38.46%86.67%-
XYZ51.5438.1572.36-
YUV170.99155.66163.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113622000.380.000.13300.7155.5670
HexDD88DC0260D12d3846
Octal33521033404601545570106
Binary1101110110001000110111000100110011011001011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88DC; }

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

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

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

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

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

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

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

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