#D19FD6

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

Shades of Plum #D19FD6

Tints of Plum #D19FD6

Color information

#D19FD6 (or 0xD19FD6) is unknown color: approx Plum. HEX triplet: D1, 9F and D6. RGB value is (209,159,214). Sum of RGB (Red+Green+Blue) = 209+159+214=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: blue. Hex color #D19FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FD6 is #2E6029. Grayscale: #B4B4B4. Windows color (decimal): -3039274 or 14065617. OLE color: 14065617.

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

Color convert

RGB209159214-
CMYK0.020.2600.16
HSL294.55º40.15%73.14%-
HSV(B)294.55º25.7%83.92%-
XYZ50.8343.2169.28-
YUV180.22147.06148.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=35.91%
G=27.32%
B=36.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091592140.020.2600.16294.5540.1573.14
HexD19FD621A0101272849
Octal32123732623202044750111
Binary11010001100111111101011010110100100001001001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FD6; }

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

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

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

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

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

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

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

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