#D191DB

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

Shades of Plum #D191DB

Tints of Plum #D191DB

Color information

#D191DB (or 0xD191DB) is unknown color: approx Plum. HEX triplet: D1, 91 and DB. RGB value is (209,145,219). Sum of RGB (Red+Green+Blue) = 209+145+219=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D191DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DB is #2E6E24. Grayscale: #ACACAC. Windows color (decimal): -3042853 or 14389713. OLE color: 14389713.

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

Color convert

RGB209145219-
CMYK0.050.3400.14
HSL291.89º50.68%71.37%-
HSV(B)291.89º33.79%85.88%-
XYZ49.2138.9271.94-
YUV172.57154.2153.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=36.47%
G=25.31%
B=38.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091452190.050.3400.14291.8950.6871.37
HexD191DB5220E1243347
Octal32122133354201644463107
Binary110100011001000111011011101100010011101001001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191DB; }

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

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

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

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

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

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

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

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