#D18CDB

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

Shades of Plum #D18CDB

Tints of Plum #D18CDB

Color information

#D18CDB (or 0xD18CDB) is unknown color: approx Plum. HEX triplet: D1, 8C and DB. RGB value is (209,140,219). Sum of RGB (Red+Green+Blue) = 209+140+219=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CDB is #2E7324. Grayscale: #A9A9A9. Windows color (decimal): -3044133 or 14388433. OLE color: 14388433.

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

Color convert

RGB209140219-
CMYK0.050.3600.14
HSL292.41º52.32%70.39%-
HSV(B)292.41º36.07%85.88%-
XYZ48.4637.4371.69-
YUV169.64155.86156.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=36.80%
G=24.65%
B=38.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091402190.050.3600.14292.4152.3270.39
HexD18CDB5240E1243446
Octal32121433354401644464106
Binary110100011000110011011011101100100011101001001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CDB; }

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

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

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

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

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

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

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

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