#D69ED9

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

Shades of Plum #D69ED9

Tints of Plum #D69ED9

Color information

#D69ED9 (or 0xD69ED9) is unknown color: approx Plum. HEX triplet: D6, 9E and D9. RGB value is (214,158,217). Sum of RGB (Red+Green+Blue) = 214+158+217=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #D69ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED9 is #296126. Grayscale: #B5B5B5. Windows color (decimal): -2711847 or 14261974. OLE color: 14261974.

HSL color Cylindrical-coordinate representation of color #D69ED9: hue angle of 296.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69ED9 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214158217-
CMYK0.010.2700.15
HSL296.95º43.7%73.53%-
HSV(B)296.95º27.19%85.1%-
XYZ52.4843.7671.33-
YUV181.47148.05151.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=36.33%
G=26.83%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141582170.010.2700.15296.9543.773.53
HexD69ED911B0F1292c4a
Octal32623633113301745154112
Binary110101101001111011011001111011011111001010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ED9; }

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

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

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

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

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

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

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

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