#D18EDB

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

Shades of Plum #D18EDB

Tints of Plum #D18EDB

Color information

#D18EDB (or 0xD18EDB) is unknown color: approx Plum. HEX triplet: D1, 8E and DB. RGB value is (209,142,219). Sum of RGB (Red+Green+Blue) = 209+142+219=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EDB is #2E7124. Grayscale: #AAAAAA. Windows color (decimal): -3043621 or 14388945. OLE color: 14388945.

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

Color convert

RGB209142219-
CMYK0.050.3500.14
HSL292.21º51.68%70.78%-
HSV(B)292.21º35.16%85.88%-
XYZ48.7538.0271.79-
YUV170.81155.2155.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=36.67%
G=24.91%
B=38.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091422190.050.3500.14292.2151.6870.78
HexD18EDB5230E1243447
Octal32121633354301644464107
Binary110100011000111011011011101100011011101001001001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EDB; }

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

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

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

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

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

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

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

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