#D69DDE

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

Shades of Plum #D69DDE

Tints of Plum #D69DDE

Color information

#D69DDE (or 0xD69DDE) is unknown color: approx Plum. HEX triplet: D6, 9D and DE. RGB value is (214,157,222). Sum of RGB (Red+Green+Blue) = 214+157+222=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D69DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDE is #296221. Grayscale: #B5B5B5. Windows color (decimal): -2712098 or 14589398. OLE color: 14589398.

HSL color Cylindrical-coordinate representation of color #D69DDE: hue angle of 292.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69DDE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214157222-
CMYK0.040.2900.13
HSL292.62º49.62%74.31%-
HSV(B)292.62º29.28%87.06%-
XYZ52.9743.6874.75-
YUV181.45150.88151.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=36.09%
G=26.48%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141572220.040.2900.13292.6249.6274.31
HexD69DDE41D0D125324a
Octal32623533643501544562112
Binary11010110100111011101111010011101011011001001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DDE; }

 p { color: rgb(214,157,222); }

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

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

 a { background-color: rgb(214,157,222); }

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

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

 span { border-color: rgb(214,157,222); }

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