#D09FD6

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

Shades of Plum #D09FD6

Tints of Plum #D09FD6

Color information

#D09FD6 (or 0xD09FD6) is unknown color: approx Plum. HEX triplet: D0, 9F and D6. RGB value is (208,159,214). Sum of RGB (Red+Green+Blue) = 208+159+214=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #D09FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FD6 is #2F6029. Grayscale: #B3B3B3. Windows color (decimal): -3104810 or 14065616. OLE color: 14065616.

HSL color Cylindrical-coordinate representation of color #D09FD6: hue angle of 293.45º 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 #D09FD6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208159214-
CMYK0.030.2600.16
HSL293.45º40.15%73.14%-
HSV(B)293.45º25.7%83.92%-
XYZ50.5543.0669.27-
YUV179.92147.23148.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=35.80%
G=27.37%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081592140.030.2600.16293.4540.1573.14
HexD09FD631A0101252849
Octal32023732633202044550111
Binary11010000100111111101011011110100100001001001011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FD6; }

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

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

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

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

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

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

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

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