#D592DD

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

Shades of Plum #D592DD

Tints of Plum #D592DD

Color information

#D592DD (or 0xD592DD) is unknown color: approx Plum. HEX triplet: D5, 92 and DD. RGB value is (213,146,221). Sum of RGB (Red+Green+Blue) = 213+146+221=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D592DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DD is #2A6D22. Grayscale: #AEAEAE. Windows color (decimal): -2780451 or 14521045. OLE color: 14521045.

HSL color Cylindrical-coordinate representation of color #D592DD: hue angle of 293.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D592DD is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213146221-
CMYK0.040.3400.13
HSL293.6º52.45%71.96%-
HSV(B)293.6º33.94%86.67%-
XYZ50.7739.9273.44-
YUV174.58154.2155.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=36.72%
G=25.17%
B=38.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131462210.040.3400.13293.652.4571.96
HexD592DD4220D1263448
Octal32522233544201544664110
Binary110101011001001011011101100100010011011001001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592DD; }

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

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

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

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

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

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

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

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