#DB9EEB

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

Shades of Plum #DB9EEB

Tints of Plum #DB9EEB

Color information

#DB9EEB (or 0xDB9EEB) is unknown color: approx Plum. HEX triplet: DB, 9E and EB. RGB value is (219,158,235). Sum of RGB (Red+Green+Blue) = 219+158+235=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EEB is #246114. Grayscale: #B8B8B8. Windows color (decimal): -2384149 or 15441627. OLE color: 15441627.

HSL color Cylindrical-coordinate representation of color #DB9EEB: hue angle of 287.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9EEB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219158235-
CMYK0.070.3300.08
HSL287.53º65.81%77.06%-
HSV(B)287.53º32.77%92.16%-
XYZ56.4445.5184.41-
YUV185.02156.21152.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 158 (62.11% from 255) = 25.82%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=35.78%
G=25.82%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191582350.070.3300.08287.5365.8177.06
HexDB9EEB72108120424d
Octal333236353741010440102115
Binary1101101110011110111010111111000010100010010000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9EEB; }

 p { color: rgb(219,158,235); }

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

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

 a { background-color: rgb(219,158,235); }

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

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

 span { border-color: rgb(219,158,235); }

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