#D18FD4

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

Shades of Plum #D18FD4

Tints of Plum #D18FD4

Color information

#D18FD4 (or 0xD18FD4) is unknown color: approx Plum. HEX triplet: D1, 8F and D4. RGB value is (209,143,212). Sum of RGB (Red+Green+Blue) = 209+143+212=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #D18FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FD4 is #2E702B. Grayscale: #AAAAAA. Windows color (decimal): -3043372 or 13930449. OLE color: 13930449.

HSL color Cylindrical-coordinate representation of color #D18FD4: hue angle of 297.39º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18FD4 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209143212-
CMYK0.010.3300.17
HSL297.39º44.52%69.61%-
HSV(B)297.39º32.55%83.14%-
XYZ4837.9567.08-
YUV170.6151.37155.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=37.06%
G=25.35%
B=37.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091432120.010.3300.17297.3944.5269.61
HexD18FD41210111292d46
Octal32121732414102145155106
Binary11010001100011111101010011000010100011001010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FD4; }

 p { color: rgb(209,143,212); }

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

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

 a { background-color: rgb(209,143,212); }

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

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

 span { border-color: rgb(209,143,212); }

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