#D592D1

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

Shades of Plum #D592D1

Tints of Plum #D592D1

Color information

#D592D1 (or 0xD592D1) is unknown color: approx Plum. HEX triplet: D5, 92 and D1. RGB value is (213,146,209). Sum of RGB (Red+Green+Blue) = 213+146+209=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D592D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592D1 is #2A6D2E. Grayscale: #ADADAD. Windows color (decimal): -2780463 or 13734613. OLE color: 13734613.

HSL color Cylindrical-coordinate representation of color #D592D1: hue angle of 303.58º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592D1 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213146209-
CMYK00.310.020.16
HSL303.58º44.37%70.39%-
HSV(B)303.58º31.46%83.53%-
XYZ49.2339.3165.31-
YUV173.22148.2156.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=37.5%
G=25.70%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314620900.310.020.16303.5844.3770.39
HexD592D101F2101302c46
Octal32522232103722046054106
Binary11010101100100101101000101111110100001001100001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592D1; }

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

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

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

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

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

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

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

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