#D69EDA

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

Shades of Plum #D69EDA

Tints of Plum #D69EDA

Color information

#D69EDA (or 0xD69EDA) is unknown color: approx Plum. HEX triplet: D6, 9E and DA. RGB value is (214,158,218). Sum of RGB (Red+Green+Blue) = 214+158+218=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDA is #296125. Grayscale: #B5B5B5. Windows color (decimal): -2711846 or 14327510. OLE color: 14327510.

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

Color convert

RGB214158218-
CMYK0.020.2800.15
HSL296º44.78%73.73%-
HSV(B)296º27.52%85.49%-
XYZ52.6143.8172.01-
YUV181.58148.55151.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=36.27%
G=26.78%
B=36.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141582180.020.2800.1529644.7873.73
HexD69EDA21C0F1282d4a
Octal32623633223401745055112
Binary1101011010011110110110101011100011111001010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EDA; }

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

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

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

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

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

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

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

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