#D69ED6

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

Shades of Plum #D69ED6

Tints of Plum #D69ED6

Color information

#D69ED6 (or 0xD69ED6) is unknown color: approx Plum. HEX triplet: D6, 9E and D6. RGB value is (214,158,214). Sum of RGB (Red+Green+Blue) = 214+158+214=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D69ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED6 is #296129. Grayscale: #B4B4B4. Windows color (decimal): -2711850 or 14065366. OLE color: 14065366.

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

Color convert

RGB214158214-
CMYK00.2600.16
HSL300º40.58%72.94%-
HSV(B)300º26.17%83.92%-
XYZ52.143.669.29-
YUV181.13146.55151.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=36.52%
G=26.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415821400.2600.1630040.5872.94
HexD69ED601A01012c2949
Octal32623632603202045451111
Binary1101011010011110110101100110100100001001011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ED6; }

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

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

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

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

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

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

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

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