#DB91DC

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

Shades of Plum #DB91DC

Tints of Plum #DB91DC

Color information

#DB91DC (or 0xDB91DC) is unknown color: approx Plum. HEX triplet: DB, 91 and DC. RGB value is (219,145,220). Sum of RGB (Red+Green+Blue) = 219+145+220=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91DC is #246E23. Grayscale: #AFAFAF. Windows color (decimal): -2387492 or 14455259. OLE color: 14455259.

HSL color Cylindrical-coordinate representation of color #DB91DC: hue angle of 299.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91DC is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219145220-
CMYK0.000.3400.14
HSL299.2º51.72%71.57%-
HSV(B)299.2º34.09%86.27%-
XYZ52.2640.4872.77-
YUV175.68153.02158.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=37.5%
G=24.83%
B=37.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191452200.000.3400.14299.251.7271.57
HexDB91DC0220E12b3448
Octal33322133404201645364110
Binary1101101110010001110111000100010011101001010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91DC; }

 p { color: rgb(219,145,220); }

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

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

 a { background-color: rgb(219,145,220); }

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

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

 span { border-color: rgb(219,145,220); }

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