#D592D7

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

Shades of Plum #D592D7

Tints of Plum #D592D7

Color information

#D592D7 (or 0xD592D7) is unknown color: approx Plum. HEX triplet: D5, 92 and D7. RGB value is (213,146,215). Sum of RGB (Red+Green+Blue) = 213+146+215=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #D592D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592D7 is #2A6D28. Grayscale: #ADADAD. Windows color (decimal): -2780457 or 14127829. OLE color: 14127829.

HSL color Cylindrical-coordinate representation of color #D592D7: hue angle of 298.26º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D592D7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213146215-
CMYK0.010.3200.16
HSL298.26º46.31%70.78%-
HSV(B)298.26º32.09%84.31%-
XYZ49.9939.6169.3-
YUV173.9151.2155.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=37.11%
G=25.44%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131462150.010.3200.16298.2646.3170.78
HexD592D712001012a2e47
Octal32522232714002045256107
Binary11010101100100101101011111000000100001001010101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592D7; }

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

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

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

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

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

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

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

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