#D69FE0

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

Shades of Plum #D69FE0

Tints of Plum #D69FE0

Color information

#D69FE0 (or 0xD69FE0) is unknown color: approx Plum. HEX triplet: D6, 9F and E0. RGB value is (214,159,224). Sum of RGB (Red+Green+Blue) = 214+159+224=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #D69FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FE0 is #29601F. Grayscale: #B6B6B6. Windows color (decimal): -2711584 or 14720982. OLE color: 14720982.

HSL color Cylindrical-coordinate representation of color #D69FE0: hue angle of 290.77º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69FE0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214159224-
CMYK0.040.2900.12
HSL290.77º51.18%75.1%-
HSV(B)290.77º29.02%87.84%-
XYZ53.5844.4776.28-
YUV182.86151.22150.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=35.85%
G=26.63%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141592240.040.2900.12290.7751.1875.1
HexD69FE041D0C123334b
Octal32623734043501444363113
Binary11010110100111111110000010011101011001001000111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FE0; }

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

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

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

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

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

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

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

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