#D590D0

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

Shades of Plum #D590D0

Tints of Plum #D590D0

Color information

#D590D0 (or 0xD590D0) is unknown color: approx Plum. HEX triplet: D5, 90 and D0. RGB value is (213,144,208). Sum of RGB (Red+Green+Blue) = 213+144+208=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D590D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590D0 is #2A6F2F. Grayscale: #ABABAB. Windows color (decimal): -2780976 or 13668565. OLE color: 13668565.

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

Color convert

RGB213144208-
CMYK00.320.020.16
HSL304.35º45.1%70%-
HSV(B)304.35º32.39%83.53%-
XYZ48.838.6564.56-
YUV171.93148.36157.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=37.70%
G=25.49%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314420800.320.020.16304.3545.170
HexD590D00202101302d46
Octal32522032004022046055106
Binary110101011001000011010000010000010100001001100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590D0; }

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

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

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

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

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

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

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

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