#D18ADB

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

Shades of Plum #D18ADB

Tints of Plum #D18ADB

Color information

#D18ADB (or 0xD18ADB) is unknown color: approx Plum. HEX triplet: D1, 8A and DB. RGB value is (209,138,219). Sum of RGB (Red+Green+Blue) = 209+138+219=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ADB is #2E7524. Grayscale: #A8A8A8. Windows color (decimal): -3044645 or 14387921. OLE color: 14387921.

HSL color Cylindrical-coordinate representation of color #D18ADB: hue angle of 292.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18ADB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209138219-
CMYK0.050.3700.14
HSL292.59º52.94%70%-
HSV(B)292.59º36.99%85.88%-
XYZ48.1736.8571.59-
YUV168.46156.52156.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=36.93%
G=24.38%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091382190.050.3700.14292.5952.9470
HexD18ADB5250E1253546
Octal32121233354501644565106
Binary110100011000101011011011101100101011101001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18ADB; }

 p { color: rgb(209,138,219); }

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

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

 a { background-color: rgb(209,138,219); }

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

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

 span { border-color: rgb(209,138,219); }

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