#D69ADD

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

Shades of Plum #D69ADD

Tints of Plum #D69ADD

Color information

#D69ADD (or 0xD69ADD) is unknown color: approx Plum. HEX triplet: D6, 9A and DD. RGB value is (214,154,221). Sum of RGB (Red+Green+Blue) = 214+154+221=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADD is #296522. Grayscale: #B3B3B3. Windows color (decimal): -2712867 or 14523094. OLE color: 14523094.

HSL color Cylindrical-coordinate representation of color #D69ADD: hue angle of 293.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69ADD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214154221-
CMYK0.030.3000.13
HSL293.73º49.63%73.53%-
HSV(B)293.73º30.32%86.67%-
XYZ52.3442.6373.88-
YUV179.58151.38152.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=36.33%
G=26.15%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141542210.030.3000.13293.7349.6373.53
HexD69ADD31E0D126324a
Octal32623233533601544662112
Binary1101011010011010110111011111110011011001001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ADD; }

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

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

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

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

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

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

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

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