#D590D3

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

Shades of Plum #D590D3

Tints of Plum #D590D3

Color information

#D590D3 (or 0xD590D3) is unknown color: approx Plum. HEX triplet: D5, 90 and D3. RGB value is (213,144,211). Sum of RGB (Red+Green+Blue) = 213+144+211=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D590D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590D3 is #2A6F2C. Grayscale: #ACACAC. Windows color (decimal): -2780973 or 13865173. OLE color: 13865173.

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

Color convert

RGB213144211-
CMYK00.320.010.16
HSL301.74º45.1%70%-
HSV(B)301.74º32.39%83.53%-
XYZ49.1738.866.52-
YUV172.27149.86157.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 211 (82.81% from 255) = 37.15%
R=37.5%
G=25.35%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314421100.320.010.16301.7445.170
HexD590D302011012e2d46
Octal32522032304012045655106
Binary11010101100100001101001101000001100001001011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590D3; }

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

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

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

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

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

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

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

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