#DB97ED

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

Shades of Plum #DB97ED

Tints of Plum #DB97ED

Color information

#DB97ED (or 0xDB97ED) is unknown color: approx Plum. HEX triplet: DB, 97 and ED. RGB value is (219,151,237). Sum of RGB (Red+Green+Blue) = 219+151+237=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB97ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97ED is #246812. Grayscale: #B4B4B4. Windows color (decimal): -2385939 or 15570907. OLE color: 15570907.

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

Color convert

RGB219151237-
CMYK0.080.3600.07
HSL287.44º70.49%76.08%-
HSV(B)287.44º36.29%92.94%-
XYZ55.5743.3185.55-
YUV181.14159.53155.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=36.08%
G=24.88%
B=39.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191512370.080.3600.07287.4470.4976.08
HexDB97ED8240711f464c
Octal333227355104407437106114
Binary1101101110010111111011011000100100011110001111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97ED; }

 p { color: rgb(219,151,237); }

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

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

 a { background-color: rgb(219,151,237); }

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

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

 span { border-color: rgb(219,151,237); }

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