#D69FDA

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

Shades of Plum #D69FDA

Tints of Plum #D69FDA

Color information

#D69FDA (or 0xD69FDA) is unknown color: approx Plum. HEX triplet: D6, 9F and DA. RGB value is (214,159,218). Sum of RGB (Red+Green+Blue) = 214+159+218=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDA is #296025. Grayscale: #B5B5B5. Windows color (decimal): -2711590 or 14327766. OLE color: 14327766.

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

Color convert

RGB214159218-
CMYK0.020.2700.15
HSL295.93º44.36%73.92%-
HSV(B)295.93º27.06%85.49%-
XYZ52.7844.1572.07-
YUV182.17148.22150.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=36.21%
G=26.90%
B=36.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141592180.020.2700.15295.9344.3673.92
HexD69FDA21B0F1282c4a
Octal32623733223301745054112
Binary1101011010011111110110101011011011111001010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FDA; }

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

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

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

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

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

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

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

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