#D09FD5

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

Shades of Plum #D09FD5

Tints of Plum #D09FD5

Color information

#D09FD5 (or 0xD09FD5) is unknown color: approx Plum. HEX triplet: D0, 9F and D5. RGB value is (208,159,213). Sum of RGB (Red+Green+Blue) = 208+159+213=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #D09FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FD5 is #2F602A. Grayscale: #B3B3B3. Windows color (decimal): -3104811 or 14000080. OLE color: 14000080.

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

Color convert

RGB208159213-
CMYK0.020.2500.16
HSL294.44º39.13%72.94%-
HSV(B)294.44º25.35%83.53%-
XYZ50.4243.0168.6-
YUV179.81146.73148.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=35.86%
G=27.41%
B=36.72%

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
Decimal2081592130.020.2500.16294.4439.1372.94
HexD09FD52190101262749
Octal32023732523102044647111
Binary11010000100111111101010110110010100001001001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FD5; }

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

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

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

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

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

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

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

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