#D19FD5

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

Shades of Plum #D19FD5

Tints of Plum #D19FD5

Color information

#D19FD5 (or 0xD19FD5) is unknown color: approx Plum. HEX triplet: D1, 9F and D5. RGB value is (209,159,213). Sum of RGB (Red+Green+Blue) = 209+159+213=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #D19FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FD5 is #2E602A. Grayscale: #B3B3B3. Windows color (decimal): -3039275 or 14000081. OLE color: 14000081.

HSL color Cylindrical-coordinate representation of color #D19FD5: hue angle of 295.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19FD5 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209159213-
CMYK0.020.2500.16
HSL295.56º39.13%72.94%-
HSV(B)295.56º25.35%83.53%-
XYZ50.743.1668.61-
YUV180.11146.56148.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=35.97%
G=27.37%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091592130.020.2500.16295.5639.1372.94
HexD19FD52190101282749
Octal32123732523102045047111
Binary11010001100111111101010110110010100001001010001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FD5; }

 p { color: rgb(209,159,213); }

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

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

 a { background-color: rgb(209,159,213); }

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

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

 span { border-color: rgb(209,159,213); }

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