#D595D2

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

Shades of Plum #D595D2

Tints of Plum #D595D2

Color information

#D595D2 (or 0xD595D2) is unknown color: approx Plum. HEX triplet: D5, 95 and D2. RGB value is (213,149,210). Sum of RGB (Red+Green+Blue) = 213+149+210=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D595D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595D2 is #2A6A2D. Grayscale: #AEAEAE. Windows color (decimal): -2779694 or 13800917. OLE color: 13800917.

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

Color convert

RGB213149210-
CMYK00.300.010.16
HSL302.81º43.24%70.98%-
HSV(B)302.81º30.05%83.53%-
XYZ49.8240.2966.12-
YUV175.09147.7155.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=37.24%
G=26.05%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314921000.300.010.16302.8143.2470.98
HexD595D201E11012f2b47
Octal32522532203612045753107
Binary1101010110010101110100100111101100001001011111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595D2; }

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

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

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

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

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

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

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

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