#DD88DE

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

Shades of Plum #DD88DE

Tints of Plum #DD88DE

Color information

#DD88DE (or 0xDD88DE) is unknown color: approx Plum. HEX triplet: DD, 88 and DE. RGB value is (221,136,222). Sum of RGB (Red+Green+Blue) = 221+136+222=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DE is #227721. Grayscale: #AAAAAA. Windows color (decimal): -2258722 or 14584029. OLE color: 14584029.

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

Color convert

RGB221136222-
CMYK0.000.3900.13
HSL299.3º56.58%70.2%-
HSV(B)299.3º38.74%87.06%-
XYZ51.8138.2573.76-
YUV171.22156.66163.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=38.17%
G=23.49%
B=38.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211362220.000.3900.13299.356.5870.2
HexDD88DE0270D12b3946
Octal33521033604701545371106
Binary1101110110001000110111100100111011011001010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88DE; }

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

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

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

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

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

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

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

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