#D09CD7

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

Shades of Plum #D09CD7

Tints of Plum #D09CD7

Color information

#D09CD7 (or 0xD09CD7) is unknown color: approx Plum. HEX triplet: D0, 9C and D7. RGB value is (208,156,215). Sum of RGB (Red+Green+Blue) = 208+156+215=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #D09CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CD7 is #2F6328. Grayscale: #B2B2B2. Windows color (decimal): -3105577 or 14130384. OLE color: 14130384.

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

Color convert

RGB208156215-
CMYK0.030.2700.16
HSL292.88º42.45%72.75%-
HSV(B)292.88º27.44%84.31%-
XYZ50.1742.0969.77-
YUV178.27148.73149.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 215 (84.38% from 255) = 37.13%
R=35.92%
G=26.94%
B=37.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081562150.030.2700.16292.8842.4572.75
HexD09CD731B0101252a49
Octal32023432733302044552111
Binary11010000100111001101011111110110100001001001011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CD7; }

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

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

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

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

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

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

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

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