#DB98E7

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

Shades of Plum #DB98E7

Tints of Plum #DB98E7

Color information

#DB98E7 (or 0xDB98E7) is unknown color: approx Plum. HEX triplet: DB, 98 and E7. RGB value is (219,152,231). Sum of RGB (Red+Green+Blue) = 219+152+231=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98E7 is #246718. Grayscale: #B4B4B4. Windows color (decimal): -2385689 or 15177947. OLE color: 15177947.

HSL color Cylindrical-coordinate representation of color #DB98E7: hue angle of 290.89º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB98E7 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219152231-
CMYK0.050.3400.09
HSL290.89º62.2%75.1%-
HSV(B)290.89º34.2%90.59%-
XYZ54.8743.2981.06-
YUV181.04156.2155.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 231 (90.62% from 255) = 38.37%
R=36.38%
G=25.25%
B=38.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191522310.050.3400.09290.8962.275.1
HexDB98E7522091233e4b
Octal33323034754201144376113
Binary110110111001100011100111101100010010011001000111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98E7; }

 p { color: rgb(219,152,231); }

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

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

 a { background-color: rgb(219,152,231); }

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

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

 span { border-color: rgb(219,152,231); }

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