#D09CD5

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

Shades of Plum #D09CD5

Tints of Plum #D09CD5

Color information

#D09CD5 (or 0xD09CD5) is unknown color: approx Plum. HEX triplet: D0, 9C and D5. RGB value is (208,156,213). Sum of RGB (Red+Green+Blue) = 208+156+213=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #D09CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CD5 is #2F632A. Grayscale: #B1B1B1. Windows color (decimal): -3105579 or 13999312. OLE color: 13999312.

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

Color convert

RGB208156213-
CMYK0.020.2700.16
HSL294.74º40.43%72.35%-
HSV(B)294.74º26.76%83.53%-
XYZ49.9141.9968.43-
YUV178.05147.73149.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=36.05%
G=27.04%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081562130.020.2700.16294.7440.4372.35
HexD09CD521B0101272848
Octal32023432523302044750110
Binary11010000100111001101010110110110100001001001111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CD5; }

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

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

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

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

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

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

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

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