#db8ecd

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

Shades of Plum #DB8ECD

Tints of Plum #DB8ECD

Color information

#DB8ECD (or 0xDB8ECD) is unknown color: approx Plum. HEX triplet: DB, 8E and CD. RGB value is (219,142,205). Sum of RGB (Red+Green+Blue) = 219+142+205=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ECD is #247132. Grayscale: #ACACAC. Windows color (decimal): -2388275 or 13471451. OLE color: 13471451.

HSL color Cylindrical-coordinate representation of color #DB8ECD: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8ECD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219142205-
CMYK00.350.060.14
HSL310.91º51.68%70.78%-
HSV(B)310.91º35.16%85.88%-
XYZ49.9138.8162.62-
YUV172.2146.51161.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=38.69%
G=25.09%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914220500.350.060.14310.9151.6870.78
HexDB8ECD0236E1373447
Octal33321631504361646764107
Binary110110111000111011001101010001111011101001101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8ecd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8ecd; }

 p { color: rgb(219,142,205); }

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

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

 a { background-color: rgb(219,142,205); }

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

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

 span { border-color: rgb(219,142,205); }

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