#DB88DD

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

Shades of Plum #DB88DD

Tints of Plum #DB88DD

Color information

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

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

Color convert

RGB219136221-
CMYK0.010.3800.13
HSL298.59º55.56%70%-
HSV(B)298.59º38.46%86.67%-
XYZ51.0737.8973.03-
YUV170.51156.5162.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191362210.010.3800.13298.5955.5670
HexDB88DD1260D12b3846
Octal33321033514601545370106
Binary1101101110001000110111011100110011011001010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88DD; }

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

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

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

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

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

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

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

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