#D391D4

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

Shades of Plum #D391D4

Tints of Plum #D391D4

Color information

#D391D4 (or 0xD391D4) is unknown color: approx Plum. HEX triplet: D3, 91 and D4. RGB value is (211,145,212). Sum of RGB (Red+Green+Blue) = 211+145+212=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #D391D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391D4 is #2C6E2B. Grayscale: #ACACAC. Windows color (decimal): -2911788 or 13930963. OLE color: 13930963.

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

Color convert

RGB211145212-
CMYK0.000.3200.17
HSL299.1º43.79%70%-
HSV(B)299.1º31.6%83.14%-
XYZ48.8738.8567.21-
YUV172.37150.37155.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.15%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=37.15%
G=25.53%
B=37.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111452120.000.3200.17299.143.7970
HexD391D402001112b2c46
Octal32322132404002145354106
Binary11010011100100011101010001000000100011001010111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391D4; }

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

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

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

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

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

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

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

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