#DD88DB

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

Shades of Plum #DD88DB

Tints of Plum #DD88DB

Color information

#DD88DB (or 0xDD88DB) is unknown color: approx Plum. HEX triplet: DD, 88 and DB. RGB value is (221,136,219). Sum of RGB (Red+Green+Blue) = 221+136+219=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DB is #227724. Grayscale: #AAAAAA. Windows color (decimal): -2258725 or 14387421. OLE color: 14387421.

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

Color convert

RGB221136219-
CMYK00.380.010.13
HSL301.41º55.56%70%-
HSV(B)301.41º38.46%86.67%-
XYZ51.4138.0971.66-
YUV170.88155.16163.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=38.37%
G=23.61%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113621900.380.010.13301.4155.5670
HexDD88DB0261D12d3846
Octal33521033304611545570106
Binary1101110110001000110110110100110111011001011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88DB; }

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

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

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

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

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

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

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

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