#DB90EC

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

Shades of Plum #DB90EC

Tints of Plum #DB90EC

Color information

#DB90EC (or 0xDB90EC) is unknown color: approx Plum. HEX triplet: DB, 90 and EC. RGB value is (219,144,236). Sum of RGB (Red+Green+Blue) = 219+144+236=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90EC is #246F13. Grayscale: #B0B0B0. Windows color (decimal): -2387732 or 15503579. OLE color: 15503579.

HSL color Cylindrical-coordinate representation of color #DB90EC: hue angle of 288.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB90EC is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219144236-
CMYK0.070.3900.07
HSL288.91º70.77%74.51%-
HSV(B)288.91º38.98%92.55%-
XYZ54.3341.0684.42-
YUV176.91161.35158.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 144 (56.64% from 255) = 24.04%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=36.56%
G=24.04%
B=39.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191442360.070.3900.07288.9170.7774.51
HexDB90EC72707121474b
Octal33322035474707441107113
Binary110110111001000011101100111100111011110010000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB90EC; }

 p { color: rgb(219,144,236); }

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

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

 a { background-color: rgb(219,144,236); }

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

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

 span { border-color: rgb(219,144,236); }

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