#D69FD3

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

Shades of Plum #D69FD3

Tints of Plum #D69FD3

Color information

#D69FD3 (or 0xD69FD3) is unknown color: approx Plum. HEX triplet: D6, 9F and D3. RGB value is (214,159,211). Sum of RGB (Red+Green+Blue) = 214+159+211=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD3 is #29602C. Grayscale: #B5B5B5. Windows color (decimal): -2711597 or 13869014. OLE color: 13869014.

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

Color convert

RGB214159211-
CMYK00.260.010.16
HSL303.27º40.15%73.14%-
HSV(B)303.27º25.7%83.92%-
XYZ51.8943.867.35-
YUV181.37144.72151.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=36.64%
G=27.23%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415921100.260.010.16303.2740.1573.14
HexD69FD301A11012f2849
Octal32623732303212045750111
Binary1101011010011111110100110110101100001001011111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FD3; }

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

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

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

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

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

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

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

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