#D69FD0

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

Shades of Plum #D69FD0

Tints of Plum #D69FD0

Color information

#D69FD0 (or 0xD69FD0) is unknown color: approx Plum. HEX triplet: D6, 9F and D0. RGB value is (214,159,208). Sum of RGB (Red+Green+Blue) = 214+159+208=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD0 is #29602F. Grayscale: #B4B4B4. Windows color (decimal): -2711600 or 13672406. OLE color: 13672406.

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

Color convert

RGB214159208-
CMYK00.260.030.16
HSL306.55º40.15%73.14%-
HSV(B)306.55º25.7%83.92%-
XYZ51.5143.6565.38-
YUV181.03143.22151.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=36.83%
G=27.37%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415920800.260.030.16306.5540.1573.14
HexD69FD001A3101332849
Octal32623732003232046350111
Binary11010110100111111101000001101011100001001100111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FD0; }

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

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

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

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

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

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

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

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