#d09ed6

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

Shades of Plum #D09ED6

Tints of Plum #D09ED6

Color information

#D09ED6 (or 0xD09ED6) is unknown color: approx Plum. HEX triplet: D0, 9E and D6. RGB value is (208,158,214). Sum of RGB (Red+Green+Blue) = 208+158+214=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #D09ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ED6 is #2F6129. Grayscale: #B3B3B3. Windows color (decimal): -3105066 or 14065360. OLE color: 14065360.

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

Color convert

RGB208158214-
CMYK0.030.2600.16
HSL293.57º40.58%72.94%-
HSV(B)293.57º26.17%83.92%-
XYZ50.3842.7269.21-
YUV179.33147.56148.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=35.86%
G=27.24%
B=36.90%

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
Decimal2081582140.030.2600.16293.5740.5872.94
HexD09ED631A0101262949
Octal32023632633202044651111
Binary11010000100111101101011011110100100001001001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d09ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d09ed6; }

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

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

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

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

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

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

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

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