#D596D0

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

Shades of Plum #D596D0

Tints of Plum #D596D0

Color information

#D596D0 (or 0xD596D0) is unknown color: approx Plum. HEX triplet: D5, 96 and D0. RGB value is (213,150,208). Sum of RGB (Red+Green+Blue) = 213+150+208=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D596D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596D0 is #2A692F. Grayscale: #AFAFAF. Windows color (decimal): -2779440 or 13670101. OLE color: 13670101.

HSL color Cylindrical-coordinate representation of color #D596D0: hue angle of 304.76º 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 #D596D0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213150208-
CMYK00.300.020.16
HSL304.76º42.86%71.18%-
HSV(B)304.76º29.58%83.53%-
XYZ49.7340.5164.87-
YUV175.45146.37154.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=37.30%
G=26.27%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315020800.300.020.16304.7642.8671.18
HexD596D001E2101312b47
Octal32522632003622046153107
Binary11010101100101101101000001111010100001001100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596D0; }

 p { color: rgb(213,150,208); }

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

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

 a { background-color: rgb(213,150,208); }

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

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

 span { border-color: rgb(213,150,208); }

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