#D19FD8

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

Shades of Plum #D19FD8

Tints of Plum #D19FD8

Color information

#D19FD8 (or 0xD19FD8) is unknown color: approx Plum. HEX triplet: D1, 9F and D8. RGB value is (209,159,216). Sum of RGB (Red+Green+Blue) = 209+159+216=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #D19FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FD8 is #2E6027. Grayscale: #B4B4B4. Windows color (decimal): -3039272 or 14196689. OLE color: 14196689.

HSL color Cylindrical-coordinate representation of color #D19FD8: hue angle of 292.63º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19FD8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209159216-
CMYK0.030.2600.15
HSL292.63º42.22%73.53%-
HSV(B)292.63º26.39%84.71%-
XYZ51.0943.3170.63-
YUV180.45148.06148.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=35.79%
G=27.23%
B=36.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091592160.030.2600.15292.6342.2273.53
HexD19FD831A0F1252a4a
Octal32123733033201744552112
Binary1101000110011111110110001111010011111001001011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FD8; }

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

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

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

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

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

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

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

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