#D69DDA

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

Shades of Plum #D69DDA

Tints of Plum #D69DDA

Color information

#D69DDA (or 0xD69DDA) is unknown color: approx Plum. HEX triplet: D6, 9D and DA. RGB value is (214,157,218). Sum of RGB (Red+Green+Blue) = 214+157+218=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DDA is #296225. Grayscale: #B4B4B4. Windows color (decimal): -2712102 or 14327254. OLE color: 14327254.

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

Color convert

RGB214157218-
CMYK0.020.2800.15
HSL296.07º45.19%73.53%-
HSV(B)296.07º27.98%85.49%-
XYZ52.4443.4771.96-
YUV181148.88151.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=36.33%
G=26.66%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141572180.020.2800.15296.0745.1973.53
HexD69DDA21C0F1282d4a
Octal32623533223401745055112
Binary1101011010011101110110101011100011111001010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DDA; }

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

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

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

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

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

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

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

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