#D69ADF

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

Shades of Plum #D69ADF

Tints of Plum #D69ADF

Color information

#D69ADF (or 0xD69ADF) is unknown color: approx Plum. HEX triplet: D6, 9A and DF. RGB value is (214,154,223). Sum of RGB (Red+Green+Blue) = 214+154+223=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADF is #296520. Grayscale: #B3B3B3. Windows color (decimal): -2712865 or 14654166. OLE color: 14654166.

HSL color Cylindrical-coordinate representation of color #D69ADF: hue angle of 292.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D69ADF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214154223-
CMYK0.040.3100.13
HSL292.17º51.88%73.92%-
HSV(B)292.17º30.94%87.45%-
XYZ52.6142.7475.29-
YUV179.81152.38152.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=36.21%
G=26.06%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141542230.040.3100.13292.1751.8873.92
HexD69ADF41F0D124344a
Octal32623233743701544464112
Binary11010110100110101101111110011111011011001001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ADF; }

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

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

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

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

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

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

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

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