#d394d7

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

Shades of Plum #D394D7

Tints of Plum #D394D7

Color information

#D394D7 (or 0xD394D7) is unknown color: approx Plum. HEX triplet: D3, 94 and D7. RGB value is (211,148,215). Sum of RGB (Red+Green+Blue) = 211+148+215=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #D394D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394D7 is #2C6B28. Grayscale: #AEAEAE. Windows color (decimal): -2911017 or 14128339. OLE color: 14128339.

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

Color convert

RGB211148215-
CMYK0.020.3100.16
HSL296.42º45.58%71.18%-
HSV(B)296.42º31.16%84.31%-
XYZ49.7239.9369.38-
YUV174.47150.87154.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=36.76%
G=25.78%
B=37.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111482150.020.3100.16296.4245.5871.18
HexD394D721F0101282e47
Octal32322432723702045056107
Binary11010011100101001101011110111110100001001010001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d394d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d394d7; }

 p { color: rgb(211,148,215); }

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

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

 a { background-color: rgb(211,148,215); }

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

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

 span { border-color: rgb(211,148,215); }

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