#D390D1

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

Shades of Plum #D390D1

Tints of Plum #D390D1

Color information

#D390D1 (or 0xD390D1) is unknown color: approx Plum. HEX triplet: D3, 90 and D1. RGB value is (211,144,209). Sum of RGB (Red+Green+Blue) = 211+144+209=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D390D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390D1 is #2C6F2E. Grayscale: #ABABAB. Windows color (decimal): -2912047 or 13734099. OLE color: 13734099.

HSL color Cylindrical-coordinate representation of color #D390D1: hue angle of 301.79º degrees, saturation: 0.43, 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 #D390D1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211144209-
CMYK00.320.010.17
HSL301.79º43.23%69.61%-
HSV(B)301.79º31.75%82.75%-
XYZ48.3538.465.19-
YUV171.44149.2156.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=37.41%
G=25.53%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114420900.320.010.17301.7943.2369.61
HexD390D102011112e2b46
Octal32322032104012145653106
Binary11010011100100001101000101000001100011001011101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390D1; }

 p { color: rgb(211,144,209); }

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

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

 a { background-color: rgb(211,144,209); }

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

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

 span { border-color: rgb(211,144,209); }

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