#DB99E0

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

Shades of Plum #DB99E0

Tints of Plum #DB99E0

Color information

#DB99E0 (or 0xDB99E0) is unknown color: approx Plum. HEX triplet: DB, 99 and E0. RGB value is (219,153,224). Sum of RGB (Red+Green+Blue) = 219+153+224=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99E0 is #24661F. Grayscale: #B4B4B4. Windows color (decimal): -2385440 or 14719451. OLE color: 14719451.

HSL color Cylindrical-coordinate representation of color #DB99E0: hue angle of 295.77º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB99E0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219153224-
CMYK0.020.3200.12
HSL295.77º53.38%73.92%-
HSV(B)295.77º31.7%87.84%-
XYZ54.0643.2276.01-
YUV180.83152.37155.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=36.74%
G=25.67%
B=37.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191532240.020.3200.12295.7753.3873.92
HexDB99E02200C128354a
Octal33323134024001445065112
Binary11011011100110011110000010100000011001001010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99E0; }

 p { color: rgb(219,153,224); }

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

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

 a { background-color: rgb(219,153,224); }

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

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

 span { border-color: rgb(219,153,224); }

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