#D18CDA

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

Shades of Plum #D18CDA

Tints of Plum #D18CDA

Color information

#D18CDA (or 0xD18CDA) is unknown color: approx Plum. HEX triplet: D1, 8C and DA. RGB value is (209,140,218). Sum of RGB (Red+Green+Blue) = 209+140+218=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D18CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CDA is #2E7325. Grayscale: #A9A9A9. Windows color (decimal): -3044134 or 14322897. OLE color: 14322897.

HSL color Cylindrical-coordinate representation of color #D18CDA: hue angle of 293.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18CDA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209140218-
CMYK0.040.3600.15
HSL293.08º51.32%70.2%-
HSV(B)293.08º35.78%85.49%-
XYZ48.3337.3771-
YUV169.52155.36156.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=36.86%
G=24.69%
B=38.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091402180.040.3600.15293.0851.3270.2
HexD18CDA4240F1253346
Octal32121433244401744563106
Binary110100011000110011011010100100100011111001001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CDA; }

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

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

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

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

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

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

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

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