#DB8FE7

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

Shades of Plum #DB8FE7

Tints of Plum #DB8FE7

Color information

#DB8FE7 (or 0xDB8FE7) is unknown color: approx Plum. HEX triplet: DB, 8F and E7. RGB value is (219,143,231). Sum of RGB (Red+Green+Blue) = 219+143+231=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FE7 is #247018. Grayscale: #AFAFAF. Windows color (decimal): -2387993 or 15175643. OLE color: 15175643.

HSL color Cylindrical-coordinate representation of color #DB8FE7: hue angle of 291.82º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8FE7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219143231-
CMYK0.050.3800.09
HSL291.82º64.71%73.33%-
HSV(B)291.82º38.1%90.59%-
XYZ53.4640.4780.6-
YUV175.76159.18158.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=36.93%
G=24.11%
B=38.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191432310.050.3800.09291.8264.7173.33
HexDB8FE7526091244149
Octal333217347546011444101111
Binary1101101110001111111001111011001100100110010010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8FE7; }

 p { color: rgb(219,143,231); }

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

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

 a { background-color: rgb(219,143,231); }

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

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

 span { border-color: rgb(219,143,231); }

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