#D09FD7

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

Shades of Plum #D09FD7

Tints of Plum #D09FD7

Color information

#D09FD7 (or 0xD09FD7) is unknown color: approx Plum. HEX triplet: D0, 9F and D7. RGB value is (208,159,215). Sum of RGB (Red+Green+Blue) = 208+159+215=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #D09FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FD7 is #2F6028. Grayscale: #B3B3B3. Windows color (decimal): -3104809 or 14131152. OLE color: 14131152.

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

Color convert

RGB208159215-
CMYK0.030.2600.16
HSL292.5º41.18%73.33%-
HSV(B)292.5º26.05%84.31%-
XYZ50.6843.1169.94-
YUV180.04147.73147.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=35.74%
G=27.32%
B=36.94%

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
Decimal2081592150.030.2600.16292.541.1873.33
HexD09FD731A0101242949
Octal32023732733202044451111
Binary11010000100111111101011111110100100001001001001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FD7; }

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

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

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

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

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

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

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

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