#DB9DEE

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

Shades of Plum #DB9DEE

Tints of Plum #DB9DEE

Color information

#DB9DEE (or 0xDB9DEE) is unknown color: approx Plum. HEX triplet: DB, 9D and EE. RGB value is (219,157,238). Sum of RGB (Red+Green+Blue) = 219+157+238=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DEE is #246211. Grayscale: #B8B8B8. Windows color (decimal): -2384402 or 15637979. OLE color: 15637979.

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

Color convert

RGB219157238-
CMYK0.080.3400.07
HSL285.93º70.43%77.45%-
HSV(B)285.93º34.03%93.33%-
XYZ56.745.3586.65-
YUV184.77158.04152.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 157 (61.72% from 255) = 25.57%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=35.67%
G=25.57%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191572380.080.3400.07285.9370.4377.45
HexDB9DEE8220711e464d
Octal333235356104207436106115
Binary1101101110011101111011101000100010011110001111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DEE; }

 p { color: rgb(219,157,238); }

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

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

 a { background-color: rgb(219,157,238); }

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

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

 span { border-color: rgb(219,157,238); }

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