#D69DD9

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

Shades of Plum #D69DD9

Tints of Plum #D69DD9

Color information

#D69DD9 (or 0xD69DD9) is unknown color: approx Plum. HEX triplet: D6, 9D and D9. RGB value is (214,157,217). Sum of RGB (Red+Green+Blue) = 214+157+217=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #D69DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DD9 is #296226. Grayscale: #B4B4B4. Windows color (decimal): -2712103 or 14261718. OLE color: 14261718.

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

Color convert

RGB214157217-
CMYK0.010.2800.15
HSL297º44.12%73.33%-
HSV(B)297º27.65%85.1%-
XYZ52.3143.4271.27-
YUV180.88148.38151.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=36.39%
G=26.70%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141572170.010.2800.1529744.1273.33
HexD69DD911C0F1292c49
Octal32623533113401745154111
Binary110101101001110111011001111100011111001010011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DD9; }

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

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

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

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

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

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

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

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