#D391D6

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

Shades of Plum #D391D6

Tints of Plum #D391D6

Color information

#D391D6 (or 0xD391D6) is unknown color: approx Plum. HEX triplet: D3, 91 and D6. RGB value is (211,145,214). Sum of RGB (Red+Green+Blue) = 211+145+214=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #D391D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391D6 is #2C6E29. Grayscale: #ACACAC. Windows color (decimal): -2911786 or 14062035. OLE color: 14062035.

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

Color convert

RGB211145214-
CMYK0.010.3200.16
HSL297.39º45.7%70.39%-
HSV(B)297.39º32.24%83.92%-
XYZ49.1338.9568.55-
YUV172.6151.37155.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.02%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=37.02%
G=25.44%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111452140.010.3200.16297.3945.770.39
HexD391D61200101292e46
Octal32322132614002045156106
Binary11010011100100011101011011000000100001001010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391D6; }

 p { color: rgb(211,145,214); }

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

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

 a { background-color: rgb(211,145,214); }

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

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

 span { border-color: rgb(211,145,214); }

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