#D69ADA

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

Shades of Plum #D69ADA

Tints of Plum #D69ADA

Color information

#D69ADA (or 0xD69ADA) is unknown color: approx Plum. HEX triplet: D6, 9A and DA. RGB value is (214,154,218). Sum of RGB (Red+Green+Blue) = 214+154+218=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADA is #296525. Grayscale: #B3B3B3. Windows color (decimal): -2712870 or 14326486. OLE color: 14326486.

HSL color Cylindrical-coordinate representation of color #D69ADA: hue angle of 296.25º 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 #D69ADA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214154218-
CMYK0.020.2900.15
HSL296.25º46.38%72.94%-
HSV(B)296.25º29.36%85.49%-
XYZ51.9442.4771.79-
YUV179.24149.88152.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=36.52%
G=26.28%
B=37.20%

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
Decimal2141542180.020.2900.15296.2546.3872.94
HexD69ADA21D0F1282e49
Octal32623233223501745056111
Binary1101011010011010110110101011101011111001010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ADA; }

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

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

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

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

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

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

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

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