#D69DE0

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

Shades of Plum #D69DE0

Tints of Plum #D69DE0

Color information

#D69DE0 (or 0xD69DE0) is unknown color: approx Plum. HEX triplet: D6, 9D and E0. RGB value is (214,157,224). Sum of RGB (Red+Green+Blue) = 214+157+224=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #D69DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DE0 is #29621F. Grayscale: #B5B5B5. Windows color (decimal): -2712096 or 14720470. OLE color: 14720470.

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

Color convert

RGB214157224-
CMYK0.040.3000.12
HSL291.04º51.94%74.71%-
HSV(B)291.04º29.91%87.84%-
XYZ53.2443.7976.17-
YUV181.68151.88151.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=35.97%
G=26.39%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141572240.040.3000.12291.0451.9474.71
HexD69DE041E0C123344b
Octal32623534043601444364113
Binary11010110100111011110000010011110011001001000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DE0; }

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

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

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

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

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

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

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

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