#D590D2

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

Shades of Plum #D590D2

Tints of Plum #D590D2

Color information

#D590D2 (or 0xD590D2) is unknown color: approx Plum. HEX triplet: D5, 90 and D2. RGB value is (213,144,210). Sum of RGB (Red+Green+Blue) = 213+144+210=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D590D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590D2 is #2A6F2D. Grayscale: #ABABAB. Windows color (decimal): -2780974 or 13799637. OLE color: 13799637.

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

Color convert

RGB213144210-
CMYK00.320.010.16
HSL302.61º45.1%70%-
HSV(B)302.61º32.39%83.53%-
XYZ49.0538.7565.87-
YUV172.15149.36157.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=37.57%
G=25.40%
B=37.04%

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
Decimal21314421000.320.010.16302.6145.170
HexD590D202011012f2d46
Octal32522032204012045755106
Binary11010101100100001101001001000001100001001011111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590D2; }

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

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

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

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

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

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

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

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