#D69BDA

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

Shades of Plum #D69BDA

Tints of Plum #D69BDA

Color information

#D69BDA (or 0xD69BDA) is unknown color: approx Plum. HEX triplet: D6, 9B and DA. RGB value is (214,155,218). Sum of RGB (Red+Green+Blue) = 214+155+218=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDA is #296425. Grayscale: #B3B3B3. Windows color (decimal): -2712614 or 14326742. OLE color: 14326742.

HSL color Cylindrical-coordinate representation of color #D69BDA: hue angle of 296.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69BDA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214155218-
CMYK0.020.2900.15
HSL296.19º45.99%73.14%-
HSV(B)296.19º28.9%85.49%-
XYZ52.1142.871.84-
YUV179.82149.55152.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 155 (60.94% from 255) = 26.41%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=36.46%
G=26.41%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141552180.020.2900.15296.1945.9973.14
HexD69BDA21D0F1282e49
Octal32623333223501745056111
Binary1101011010011011110110101011101011111001010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BDA; }

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

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

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

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

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

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

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

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