#D09CD6

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

Shades of Plum #D09CD6

Tints of Plum #D09CD6

Color information

#D09CD6 (or 0xD09CD6) is unknown color: approx Plum. HEX triplet: D0, 9C and D6. RGB value is (208,156,214). Sum of RGB (Red+Green+Blue) = 208+156+214=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #D09CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CD6 is #2F6329. Grayscale: #B1B1B1. Windows color (decimal): -3105578 or 14064848. OLE color: 14064848.

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

Color convert

RGB208156214-
CMYK0.030.2700.16
HSL293.79º41.43%72.55%-
HSV(B)293.79º27.1%83.92%-
XYZ50.0442.0469.1-
YUV178.16148.23149.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=35.99%
G=26.99%
B=37.02%

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
Decimal2081562140.030.2700.16293.7941.4372.55
HexD09CD631B0101262949
Octal32023432633302044651111
Binary11010000100111001101011011110110100001001001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CD6; }

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

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

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

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

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

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

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

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