#D191D3

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

Shades of Plum #D191D3

Tints of Plum #D191D3

Color information

#D191D3 (or 0xD191D3) is unknown color: approx Plum. HEX triplet: D1, 91 and D3. RGB value is (209,145,211). Sum of RGB (Red+Green+Blue) = 209+145+211=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #D191D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191D3 is #2E6E2C. Grayscale: #ABABAB. Windows color (decimal): -3042861 or 13865425. OLE color: 13865425.

HSL color Cylindrical-coordinate representation of color #D191D3: hue angle of 298.18º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191D3 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209145211-
CMYK0.010.3100.17
HSL298.18º42.86%69.8%-
HSV(B)298.18º31.28%82.75%-
XYZ48.1838.5166.52-
YUV171.66150.2154.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=36.99%
G=25.66%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091452110.010.3100.17298.1842.8669.8
HexD191D311F01112a2b46
Octal32122132313702145253106
Binary1101000110010001110100111111110100011001010101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191D3; }

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

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

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

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

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

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

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

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