#DB8FEA

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

Shades of Plum #DB8FEA

Tints of Plum #DB8FEA

Color information

#DB8FEA (or 0xDB8FEA) is unknown color: approx Plum. HEX triplet: DB, 8F and EA. RGB value is (219,143,234). Sum of RGB (Red+Green+Blue) = 219+143+234=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FEA is #247015. Grayscale: #AFAFAF. Windows color (decimal): -2387990 or 15372251. OLE color: 15372251.

HSL color Cylindrical-coordinate representation of color #DB8FEA: hue angle of 290.11º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8FEA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219143234-
CMYK0.060.3900.08
HSL290.11º68.42%73.92%-
HSV(B)290.11º38.89%91.76%-
XYZ53.8940.6582.85-
YUV176.1160.68158.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=36.74%
G=23.99%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191432340.060.3900.08290.1168.4273.92
HexDB8FEA62708122444a
Octal333217352647010442104112
Binary1101101110001111111010101101001110100010010001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8FEA; }

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

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

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

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

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

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

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

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