#DB8ED1

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

Shades of Plum #DB8ED1

Tints of Plum #DB8ED1

Color information

#DB8ED1 (or 0xDB8ED1) is unknown color: approx Plum. HEX triplet: DB, 8E and D1. RGB value is (219,142,209). Sum of RGB (Red+Green+Blue) = 219+142+209=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ED1 is #24712E. Grayscale: #ACACAC. Windows color (decimal): -2388271 or 13733595. OLE color: 13733595.

HSL color Cylindrical-coordinate representation of color #DB8ED1: hue angle of 307.79º 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 #DB8ED1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219142209-
CMYK00.350.050.14
HSL307.79º51.68%70.78%-
HSV(B)307.79º35.16%85.88%-
XYZ50.439.0165.2-
YUV172.66148.51161.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=38.42%
G=24.91%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914220900.350.050.14307.7951.6870.78
HexDB8ED10235E1343447
Octal33321632104351646464107
Binary110110111000111011010001010001110111101001101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8ED1; }

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

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

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

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

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

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

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

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