#D592DA

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

Shades of Plum #D592DA

Tints of Plum #D592DA

Color information

#D592DA (or 0xD592DA) is unknown color: approx Plum. HEX triplet: D5, 92 and DA. RGB value is (213,146,218). Sum of RGB (Red+Green+Blue) = 213+146+218=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D592DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DA is #2A6D25. Grayscale: #AEAEAE. Windows color (decimal): -2780454 or 14324437. OLE color: 14324437.

HSL color Cylindrical-coordinate representation of color #D592DA: hue angle of 295.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D592DA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213146218-
CMYK0.020.3300.15
HSL295.83º49.32%71.37%-
HSV(B)295.83º33.03%85.49%-
XYZ50.3739.7771.35-
YUV174.24152.7155.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=36.92%
G=25.30%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131462180.020.3300.15295.8349.3271.37
HexD592DA2210F1283147
Octal32522233224101745061107
Binary11010101100100101101101010100001011111001010001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592DA; }

 p { color: rgb(213,146,218); }

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

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

 a { background-color: rgb(213,146,218); }

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

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

 span { border-color: rgb(213,146,218); }

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