#D69FD9

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

Shades of Plum #D69FD9

Tints of Plum #D69FD9

Color information

#D69FD9 (or 0xD69FD9) is unknown color: approx Plum. HEX triplet: D6, 9F and D9. RGB value is (214,159,217). Sum of RGB (Red+Green+Blue) = 214+159+217=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #D69FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD9 is #296026. Grayscale: #B5B5B5. Windows color (decimal): -2711591 or 14262230. OLE color: 14262230.

HSL color Cylindrical-coordinate representation of color #D69FD9: hue angle of 296.9º degrees, saturation: 0.43, 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 #D69FD9 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214159217-
CMYK0.010.2700.15
HSL296.9º43.28%73.73%-
HSV(B)296.9º26.73%85.1%-
XYZ52.6544.171.38-
YUV182.06147.72150.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=36.27%
G=26.95%
B=36.78%

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
Decimal2141592170.010.2700.15296.943.2873.73
HexD69FD911B0F1292b4a
Octal32623733113301745153112
Binary110101101001111111011001111011011111001010011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FD9; }

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

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

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

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

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

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

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

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