#D69AD6

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

Shades of Plum #D69AD6

Tints of Plum #D69AD6

Color information

#D69AD6 (or 0xD69AD6) is unknown color: approx Plum. HEX triplet: D6, 9A and D6. RGB value is (214,154,214). Sum of RGB (Red+Green+Blue) = 214+154+214=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D69AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AD6 is #296529. Grayscale: #B2B2B2. Windows color (decimal): -2712874 or 14064342. OLE color: 14064342.

HSL color Cylindrical-coordinate representation of color #D69AD6: hue angle of 300º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AD6 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214154214-
CMYK00.2800.16
HSL300º42.25%72.16%-
HSV(B)300º28.04%83.92%-
XYZ51.4242.2669.07-
YUV178.78147.88153.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=36.77%
G=26.46%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415421400.2800.1630042.2572.16
HexD69AD601C01012c2a48
Octal32623232603402045452110
Binary1101011010011010110101100111000100001001011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AD6; }

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

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

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

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

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

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

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

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