#D69ED8

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

Shades of Plum #D69ED8

Tints of Plum #D69ED8

Color information

#D69ED8 (or 0xD69ED8) is unknown color: approx Plum. HEX triplet: D6, 9E and D8. RGB value is (214,158,216). Sum of RGB (Red+Green+Blue) = 214+158+216=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #D69ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED8 is #296127. Grayscale: #B5B5B5. Windows color (decimal): -2711848 or 14196438. OLE color: 14196438.

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

Color convert

RGB214158216-
CMYK0.010.2700.15
HSL297.93º42.65%73.33%-
HSV(B)297.93º26.85%84.71%-
XYZ52.3543.7170.64-
YUV181.36147.55151.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=36.39%
G=26.87%
B=36.73%

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
Decimal2141582160.010.2700.15297.9342.6573.33
HexD69ED811B0F12a2b49
Octal32623633013301745253111
Binary110101101001111011011000111011011111001010101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ED8; }

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

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

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

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

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

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

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

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